From 37ee22a14ac643223eca31fe9da19e67820458bf Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 28 Nov 2011 13:32:17 -0800 Subject: Replace the remaining occurrences of "django-tidings" in the Sphinx makefiles. --- docs/Makefile | 8 ++++---- docs/make.bat | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') 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 ) -- cgit v1.2.1