aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-28 15:44:38 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-28 16:16:32 +0200
commitfddc2e791b41b79b530083807d553d8d610c0825 (patch)
tree1f0a212bf4823f41d83729f03dd26193b3892631
parent4aa56f2d0ecc8e0a7540b069710db34e16415af2 (diff)
downloadPROJ-fddc2e791b41b79b530083807d553d8d610c0825.tar.gz
PROJ-fddc2e791b41b79b530083807d553d8d610c0825.zip
docs/Makefile: copy triangulation.schema.json (fixes #2699)
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 15a1ca2a..5b3b477e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -33,6 +33,7 @@ html: .doxygen_up_to_date
@sed "s/io::Convention_/io::Convention/g" < $(BUILDDIR)/html/development/reference/cpp/io.html | sed "s/>Convention_/>Convention/g" | sed "s/_WKT2/WKT2/g" | sed "s/_WKT1/WKT1/g" > $(BUILDDIR)/html/development/reference/cpp/io.html.tmp
@mv $(BUILDDIR)/html/development/reference/cpp/io.html.tmp $(BUILDDIR)/html/development/reference/cpp/io.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."