summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-28 13:32:17 -0800
committerErik Rose <erik@mozilla.com>2011-11-28 13:32:17 -0800
commit37ee22a14ac643223eca31fe9da19e67820458bf (patch)
tree8d939cf497921457ae33cfcf0fdb5a5a59d11abb /docs
parent72ab890bad38e11be21a9d07c9f0a2a998f948b0 (diff)
downloadblessings-37ee22a14ac643223eca31fe9da19e67820458bf.tar.gz
Replace the remaining occurrences of "django-tidings" in the Sphinx makefiles.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile8
-rw-r--r--docs/make.bat4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ce2ef80..c1d668a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -72,17 +72,17 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
- @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django-tidings.qhcp"
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/blessings.qhcp"
@echo "To view the help file:"
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django-tidings.qhc"
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/blessings.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/django-tidings"
- @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django-tidings"
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/blessings"
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/blessings"
@echo "# devhelp"
epub:
diff --git a/docs/make.bat b/docs/make.bat
index 2587c25..c24653f 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -95,9 +95,9 @@ if "%1" == "qthelp" (
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
- echo.^> qcollectiongenerator %BUILDDIR%\qthelp\django-tidings.qhcp
+ echo.^> qcollectiongenerator %BUILDDIR%\qthelp\blessings.qhcp
echo.To view the help file:
- echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django-tidings.ghc
+ echo.^> assistant -collectionFile %BUILDDIR%\qthelp\blessings.ghc
goto end
)