update make doc for current doxygen/doxypy (#1027)
This commit is contained in:
+1832
-726
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -205,10 +205,11 @@ function mn_deps {
|
|||||||
# Install Mininet documentation dependencies
|
# Install Mininet documentation dependencies
|
||||||
function mn_doc {
|
function mn_doc {
|
||||||
echo "Installing Mininet documentation dependencies"
|
echo "Installing Mininet documentation dependencies"
|
||||||
$install doxygen doxypy texlive-fonts-recommended
|
$install doxygen texlive-fonts-recommended
|
||||||
if ! $install doxygen-latex; then
|
if ! $install doxygen-latex; then
|
||||||
echo "doxygen-latex not needed"
|
echo "doxygen-latex not needed"
|
||||||
fi
|
fi
|
||||||
|
sudo pip install doxypy
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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