X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=docs%2FMakefile;h=154937d92ae40083291178740f735b6ee203bdae;hp=fc957c0a18edf4519d5c0079be5679f19d559832;hb=159b4e3d7127e719a0dd12013dd54bf05b276ba9;hpb=5ecbd0d7b0fdd14e669438b44845eabe82285648 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