Repository: incubator-wave-docs
Updated Branches:
  refs/heads/master c6196d00e -> b84caa1bc


Update help command in makefile


Project: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/commit/88861bfb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/tree/88861bfb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/diff/88861bfb

Branch: refs/heads/master
Commit: 88861bfbd013aaaecce18794ac5f580a3e8a8140
Parents: c6196d0
Author: Ali Lown <a...@lown.me.uk>
Authored: Sat May 16 00:16:35 2015 +0100
Committer: Ali Lown <a...@lown.me.uk>
Committed: Sat May 16 00:16:35 2015 +0100

----------------------------------------------------------------------
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave-docs/blob/88861bfb/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f38e383..e1f9dec 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,8 @@ I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
 
 help:
        @echo "Please use \`make <target>' where <target> is one of"
-       @echo "  html       to make standalone HTML files"
+       @echo "  doc-html       to make standalone HTML files"
+       @echo "  doc-pdf        to make standalone PDF files"
 
 clean:
        rm -rf $(BUILDDIR)/*
@@ -104,4 +105,4 @@ protocol-pdf:
        $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) source/manual 
$(BUILDDIR)/protocol/pdf
        @echo "Running LaTeX files through pdflatex..."
        $(MAKE) -C $(BUILDDIR)/protocol/pdf all-pdf
-       @echo "pdflatex finished; the PDF files are in 
$(BUILDDIR)/protocol/pdf."
\ No newline at end of file
+       @echo "pdflatex finished; the PDF files are in 
$(BUILDDIR)/protocol/pdf."

Reply via email to