aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-09-30 13:37:21 +0200
committerGitHub <noreply@github.com>2020-09-30 13:37:21 +0200
commit48c3a9a225b197d2462c4c03b18088fcc4f68c62 (patch)
tree84d1059a41c0ecfc73af3a0907dde9bc8583db71 /docs/Makefile
parent63541cc26830dea333edc8cef2bf144f10335423 (diff)
parent164c85cc8e7f4515c7c4da7a85fe75c4a21fafec (diff)
downloadPROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.tar.gz
PROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.zip
Merge pull request #2344 from rouault/tinshift
Add a +proj=tinshift for triangulation-based transformations
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index c0801a9b..a63498ab 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -66,6 +66,7 @@ html: .doxygen_up_to_date
@sed "s/<em class=\"property\">namespace <\/em>//g" < $(BUILDDIR)/html/development/reference/cpp/cpp_general.html > $(BUILDDIR)/html/development/reference/cpp/cpp_general.html.tmp
@mv $(BUILDDIR)/html/development/reference/cpp/cpp_general.html.tmp $(BUILDDIR)/html/development/reference/cpp/cpp_general.html
@cp -r ../schemas $(BUILDDIR)/html/schemas
+ @cp ../data/triangulation.schema.json $(BUILDDIR)/html/schemas
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."