summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-10-10 20:09:40 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-10-10 20:09:40 -0400
commit062484b9bdfdc718106f157462eda798b233ecf4 (patch)
tree343a83c408ab5f75d360bdd5bf3f139ca5d34aeb /Makefile
parente74b9e1d34c57f28fc68cd3c98e5655eb1e481a7 (diff)
downloadansible-062484b9bdfdc718106f157462eda798b233ecf4.tar.gz
Put generated manpages back in correct directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21257d1645..4afb6404e0 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
modulepages:
- hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man1/ --module-dir=library --template-dir=hacking/templates
+ hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates
modulejson:
mkdir -p docs/json