mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
Move all html content on the website to build top level such that we do not need the redirect.
This commit is contained in:
parent
0035181c59
commit
0404acfcc2
53 changed files with 356 additions and 1423 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/make
|
||||
ASCII2HTMLMAN = a2x -D html/man/ -d manpage -f xhtml
|
||||
ASCII2HTMLMAN = a2x -D man/ -d manpage -f xhtml
|
||||
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
||||
|
||||
all: clean docs
|
||||
|
@ -11,7 +11,7 @@ viewdocs: clean
|
|||
./build-site.py view
|
||||
|
||||
htmlman:
|
||||
mkdir -p html/man
|
||||
mkdir -p man
|
||||
$(ASCII2HTMLMAN) ansible/docs/man/man1/ansible.1.asciidoc
|
||||
$(ASCII2HTMLMAN) ansible/docs/man/man1/ansible-playbook.1.asciidoc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue