diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-28 15:44:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-28 15:44:38 +0200 |
| commit | 0f9e6bf1a21a6548501870c7c090811b199a57ff (patch) | |
| tree | 2063219a7c9f6dbd89195ac2422cd335aaf5f767 /docs | |
| parent | ee177a7b9f3d7e74505a70661e7ba35ccd4d0b36 (diff) | |
| download | PROJ-0f9e6bf1a21a6548501870c7c090811b199a57ff.tar.gz PROJ-0f9e6bf1a21a6548501870c7c090811b199a57ff.zip | |
docs/Makefile: copy triangulation.schema.json (fixes #2699)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 1 |
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." |
