X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/3ed20034d218d5d5245353b8de566b5c27dcc727..9cb18415eee0e4eb2a5126da5ba7bd916aa85dd1:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 6e04a49..b489e38 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -85,17 +85,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/pypol.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/LinPy.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/pypol.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/LinPy.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/pypol" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/pypol" + @echo "# mkdir -p $$HOME/.local/share/devhelp/LinPy" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/LinPy" @echo "# devhelp" epub: