Working on makefile

This commit is contained in:
Michael DeHaan
2012-10-10 08:03:52 -04:00
parent de912381ac
commit d5bb7258c8
22 changed files with 500 additions and 378 deletions

View File

@@ -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)