You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/07/12 14:59:20 UTC

svn commit: r1502544 - /qpid/site/Makefile

Author: jross
Date: Fri Jul 12 12:59:20 2013
New Revision: 1502544

URL: http://svn.apache.org/r1502544
Log:
QPID-4987: Correct the help output

Modified:
    qpid/site/Makefile

Modified: qpid/site/Makefile
URL: http://svn.apache.org/viewvc/qpid/site/Makefile?rev=1502544&r1=1502543&r2=1502544&view=diff
==============================================================================
--- qpid/site/Makefile (original)
+++ qpid/site/Makefile Fri Jul 12 12:59:20 2013
@@ -13,11 +13,11 @@ help:
 	@echo "[default]       Equivalent to 'make render'"
 	@echo "render          Renders input/* to output/ and docs/"
 	@echo "clean           Removes output/"
-	@echo "check-links [EXTERNAL=0]"
+	@echo "check-links [INTERNAL=1] [EXTERNAL=0]"
 	@echo "                Verify that all links have targets"
-	@echo "gen-release RELEASE=\$VERSION [CURRENT=0]"
+	@echo "gen-release RELEASE=\$$VERSION [CURRENT=0]"
 	@echo "                Generate release content"
-	@echo "gen-proton-release RELEASE=\$VERSION [CURRENT=0]"
+	@echo "gen-proton-release RELEASE=\$$VERSION [CURRENT=0]"
 	@echo "                Generate Proton release content"
 
 render: devel-render



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org