mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07: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:
parent
7dbfad8225
commit
fa550f3d7e
3 changed files with 233 additions and 1 deletions
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue