mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fewer deps for 'make webdocs' from top level
Previously it also built the MANPAGES target requiring asciidoc and libxml, before starting a 'make docs' in docsite. Also change the #! line in hacking/dump_playbook_attributes.py to not specify python2... yet.
This commit is contained in:
parent
3afe50dfe2
commit
a1c21f8400
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -261,7 +261,7 @@ deb-src-upload: deb-src
|
|||
|
||||
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
|
||||
|
||||
webdocs: $(MANPAGES)
|
||||
webdocs:
|
||||
(cd docsite/; make docs)
|
||||
|
||||
docs: $(MANPAGES)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
|
||||
import optparse
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
|
Loading…
Reference in a new issue