Add doxygen-latex if needed (14.04+)

This commit is contained in:
Bob Lantz
2014-11-12 17:45:36 -08:00
parent de002b0d9a
commit 64bbaeccc4
+3
View File
@@ -140,6 +140,9 @@ function mn_deps {
function mn_dev {
echo "Installing Mininet developer dependencies"
$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: