[python-rosdep/el6] Disable manpage generation

rmattes rmattes at fedoraproject.org
Sun Feb 9 01:48:34 UTC 2014


commit dabb462203a68c4fc431b5249a68317da7fb9079
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Feb 8 20:48:52 2014 -0500

    Disable manpage generation

 python-rosdep.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-rosdep.spec b/python-rosdep.spec
index 4ce9e95..4c3d3a8 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -49,9 +49,9 @@ specify a dependency on 'boost'.
 %build
 %{__python} setup.py build
 pushd doc
-make man
+#make man
 # HTML requires ros-theme
-#make html
+make html
 popd
 
 


More information about the scm-commits mailing list