From: Mike Bayer Date: Sun, 14 Nov 2010 19:02:11 +0000 (-0500) Subject: - add helpstring for site-mako X-Git-Tag: rel_0_7b1~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bf218ed37ca780bc4de2ceb47769c84de70ba1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add helpstring for site-mako --- diff --git a/doc/build/Makefile b/doc/build/Makefile index 31dce05e66..a8d26340f5 100644 --- a/doc/build/Makefile +++ b/doc/build/Makefile @@ -18,6 +18,7 @@ help: @echo "Please use \`make ' where 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"