aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."