From 164c85cc8e7f4515c7c4da7a85fe75c4a21fafec Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 1 Jul 2020 14:09:02 +0200 Subject: Add a +proj=tinshift for triangulation-based transformations Implements RFC-6 --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile') 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/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." -- cgit v1.2.3