diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-14 14:02:11 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-14 14:02:11 -0500 |
| commit | 06bf218ed37ca780bc4de2ceb47769c84de70ba1 (patch) | |
| tree | 448e83eef0d13669769f5b6e1454353841fee731 /doc/build/Makefile | |
| parent | 588f7402c5d7f0906d1f9baa524d3ac53408a293 (diff) | |
| download | sqlalchemy-06bf218ed37ca780bc4de2ceb47769c84de70ba1.tar.gz | |
- add helpstring for site-mako
Diffstat (limited to 'doc/build/Makefile')
| -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 31dce05e6..a8d26340f 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 to make sqlalchemy.org Mako files" @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" |
