diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 18:12:16 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 18:12:16 -0500 |
| commit | e870d34764e6613eccfb98c83ea28c621bfe0e51 (patch) | |
| tree | 8b739a90a5999e40772b7a17f9a6e6e99d719a26 | |
| parent | 20d35c3eb10884c2e3204131f308734403c1bd23 (diff) | |
| download | external_python_mako-e870d34764e6613eccfb98c83ea28c621bfe0e51.tar.gz external_python_mako-e870d34764e6613eccfb98c83ea28c621bfe0e51.tar.bz2 external_python_mako-e870d34764e6613eccfb98c83ea28c621bfe0e51.zip | |
doc
| -rw-r--r-- | doc/build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/Makefile b/doc/build/Makefile index 31dce05..67d8484 100644 --- a/doc/build/Makefile +++ b/doc/build/Makefile @@ -18,6 +18,7 @@ help: @echo "Please use \`make <target>' where <target> is one of" @echo " html to make standalone HTML files" @echo " dist-html same as html, but places files in /doc" + @echo " site-mako build Mako files for usage on the Mako site" @echo " dirhtml to make HTML files named index.html in directories" @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" |
