summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-29 14:21:25 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-05-29 14:21:25 -0400
commit8050110ba25472eaf7994fc0538f813bfb2228e6 (patch)
tree847b536417ff57991e1c8d43038b01e50c5740e0 /Makefile
parentb5ed92672012d46553eacfe48d38e9b5feb4b89d (diff)
downloadansible-8050110ba25472eaf7994fc0538f813bfb2228e6.tar.gz
Not sure why RPM was trying to avoid certain files starting with f. Change that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06b36a6669..c04c8bc103 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
modulepages:
- PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates --verbose
+ PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates # --verbose
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this