mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Adding a script to auto-generate an authors file, runnable from 'make authors', which is called from 'make docs/webdocs'.
This commit is contained in:
5
Makefile
5
Makefile
@@ -62,7 +62,10 @@ tests:
|
||||
PYTHONPATH=./lib nosetests -d -v
|
||||
|
||||
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
||||
docs: $(MANPAGES) modulepages
|
||||
docs: $(MANPAGES) modulepages webdocs authors
|
||||
|
||||
authors:
|
||||
sh hacking/authors.sh
|
||||
|
||||
# Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more
|
||||
# recently than %.1.asciidoc.
|
||||
|
||||
Reference in New Issue
Block a user