diff docs/Makefile @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 5f481e4e888b
children
line wrap: on
line diff
--- a/docs/Makefile	Wed May 21 17:11:02 2014 -0400
+++ b/docs/Makefile	Wed Jul 02 19:04:41 2014 -0400
@@ -72,17 +72,17 @@
 	@echo
 	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
 	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
-	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/RhodeCode.qhcp"
+	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Kallithea.qhcp"
 	@echo "To view the help file:"
-	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/RhodeCode.qhc"
+	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Kallithea.qhc"
 
 devhelp:
 	$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
 	@echo
 	@echo "Build finished."
 	@echo "To view the help file:"
-	@echo "# mkdir -p $$HOME/.local/share/devhelp/RhodeCode"
-	@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/RhodeCode"
+	@echo "# mkdir -p $$HOME/.local/share/devhelp/Kallithea"
+	@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Kallithea"
 	@echo "# devhelp"
 
 epub: