File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
9292devhelp :
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
101101epub :
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments