Skip to content

Commit ee36d45

Browse files
committed
Fix project name in generated files (osxpython -> pythonguide)
1 parent 2f5ae17 commit ee36d45

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ qthelp:
8585
@echo
8686
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
8787
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
88-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/osxpython.qhcp"
88+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/pythonguide.qhcp"
8989
@echo "To view the help file:"
90-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/osxpython.qhc"
90+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/pythonguide.qhc"
9191

9292
devhelp:
9393
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
9494
@echo
9595
@echo "Build finished."
9696
@echo "To view the help file:"
97-
@echo "# mkdir -p $$HOME/.local/share/devhelp/osxpython"
98-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/osxpython"
97+
@echo "# mkdir -p $$HOME/.local/share/devhelp/pythonguide"
98+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/pythonguide"
9999
@echo "# devhelp"
100100

101101
epub:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. osxpython documentation master file, created by
1+
.. pythonguide documentation master file, created by
22
sphinx-quickstart on Wed Aug 4 22:51:11 2010.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.

docs/make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ if "%1" == "qthelp" (
115115
echo.
116116
echo.Build finished; now you can run "qcollectiongenerator" with the ^
117117
.qhcp project file in %BUILDDIR%/qthelp, like this:
118-
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\osxpython.qhcp
118+
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pythonguide.qhcp
119119
echo.To view the help file:
120-
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\osxpython.ghc
120+
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pythonguide.ghc
121121
goto end
122122
)
123123

0 commit comments

Comments
 (0)