diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-25 10:31:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-25 10:31:38 +0200 |
| commit | 7b71bf72a2daa3074c80b5f49155ec492aeaca89 (patch) | |
| tree | 04fbd613b12f049b5342c3dff3c44ae22149ac6e /docs/Makefile | |
| parent | 93db7b7b16f8904e23a7516079708ec82977fad3 (diff) | |
| parent | 80c5e198ed05ec26332501c36ee5150655545cdd (diff) | |
| download | PROJ-7b71bf72a2daa3074c80b5f49155ec492aeaca89.tar.gz PROJ-7b71bf72a2daa3074c80b5f49155ec492aeaca89.zip | |
Merge pull request #945 from mwtoews/doc-update
Update documentation title, author, and other details
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile index 4bd082c8..ec0a2e6e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -94,9 +94,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/proj4.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/proj.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/proj4.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/proj.qhc" .PHONY: applehelp applehelp: @@ -113,8 +113,8 @@ devhelp: @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/proj4" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/proj4" + @echo "# mkdir -p $$HOME/.local/share/devhelp/proj" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/proj" @echo "# devhelp" .PHONY: epub |
