Add doxygen-latex if needed (14.04+)
This commit is contained in:
@@ -140,6 +140,9 @@ function mn_deps {
|
|||||||
function mn_dev {
|
function mn_dev {
|
||||||
echo "Installing Mininet developer dependencies"
|
echo "Installing Mininet developer dependencies"
|
||||||
$install doxygen doxypy texlive-fonts-recommended
|
$install doxygen doxypy texlive-fonts-recommended
|
||||||
|
if ! $install doxygen-latex; then
|
||||||
|
echo "doxygen-latex not needed"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# The following will cause a full OF install, covering:
|
# The following will cause a full OF install, covering:
|
||||||
|
|||||||
Reference in New Issue
Block a user