X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2FMakefile;h=154937d92ae40083291178740f735b6ee203bdae;hb=a745f0f7a38739e6b5274060bfd38abd4ba4638b;hp=fc957c0a18edf4519d5c0079be5679f19d559832;hpb=16c2bcbc29f78bf54fb7ffee9577d1d88216ebbc;p=sqlconvert.git diff --git a/docs/Makefile b/docs/Makefile index fc957c0..154937d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -91,9 +91,9 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/mysql2sql.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/sqlconvert.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/mysql2sql.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/sqlconvert.qhc" .PHONY: applehelp applehelp: @@ -110,8 +110,8 @@ devhelp: @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/mysql2sql" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/mysql2sql" + @echo "# mkdir -p $$HOME/.local/share/devhelp/sqlconvert" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/sqlconvert" @echo "# devhelp" .PHONY: epub