mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
Working on makefile
This commit is contained in:
parent
de912381ac
commit
d5bb7258c8
22 changed files with 500 additions and 378 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue