diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-10 20:09:40 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-10 20:09:40 -0400 |
commit | 062484b9bdfdc718106f157462eda798b233ecf4 (patch) | |
tree | 343a83c408ab5f75d360bdd5bf3f139ca5d34aeb /Makefile | |
parent | e74b9e1d34c57f28fc68cd3c98e5655eb1e481a7 (diff) | |
download | ansible-062484b9bdfdc718106f157462eda798b233ecf4.tar.gz |
Put generated manpages back in correct directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |