From fddc2e791b41b79b530083807d553d8d610c0825 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 28 Apr 2021 15:44:38 +0200 Subject: docs/Makefile: copy triangulation.schema.json (fixes #2699) --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) 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." -- cgit v1.2.3