commit ace12cb5cabd7282ae47a573958a54f362f0449f parent f6087b25d1e7b9502f2a26c2ffe2a222804d9c6f Author: Davide P. Cervone <dpvc@union.edu> Date: Thu, 3 Mar 2011 11:12:37 -0500 No need for these formats in the public distribution Diffstat:
| M | docs/Makefile | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile @@ -19,11 +19,11 @@ help: @echo " html to make standalone HTML 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" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" +# @echo " pickle to make pickle files" +# @echo " json to make JSON files" +# @echo " htmlhelp to make HTML files and a HTML help project" +# @echo " qthelp to make HTML files and a qthelp project" +# @echo " devhelp to make HTML files and a Devhelp project" @echo " epub to make an epub" @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " latexpdf to make LaTeX files and run them through pdflatex"