mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Working on makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -62,7 +62,7 @@ tests:
|
||||
PYTHONPATH=./lib nosetests -d -v
|
||||
|
||||
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
||||
docs: $(MANPAGES) modulepages docsite
|
||||
docs: $(MANPAGES) modulepages webdocs
|
||||
|
||||
# Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more
|
||||
# recently than %.1.asciidoc.
|
||||
@@ -164,5 +164,5 @@ deb: debian
|
||||
modulepages:
|
||||
hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates
|
||||
|
||||
docsite:
|
||||
webdocs:
|
||||
(cd docsite; make docs)
|
||||
|
||||
Reference in New Issue
Block a user