From 06bf218ed37ca780bc4de2ceb47769c84de70ba1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 14 Nov 2010 14:02:11 -0500 Subject: [PATCH] - add helpstring for site-mako --- doc/build/Makefile | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2