aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-04-22 20:56:06 +1200
committermwtoews <mwtoews@gmail.com>2018-04-22 20:56:06 +1200
commit24af7a3f5d459bb6495ee61db88ce54b6eceacb3 (patch)
tree830e76cccefb5e62ca90a0bda87922c555dc564c /docs/Makefile
parent7f22d7db317a1bcbec1c0ef06345325db2c39309 (diff)
downloadPROJ-24af7a3f5d459bb6495ee61db88ce54b6eceacb3.tar.gz
PROJ-24af7a3f5d459bb6495ee61db88ce54b6eceacb3.zip
Rename various Sphinx docs from PROJ.4 to PROJ
This also includes the PDF manual, Qt help file, man pages, etc.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile8
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