aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/html/CMakeLists.txt b/html/CMakeLists.txt
new file mode 100644
index 00000000..2c0bdc7b
--- /dev/null
+++ b/html/CMakeLists.txt
@@ -0,0 +1,12 @@
+set(HTML_DOC_FILE faq.html
+ gen_parms.html
+ index.html
+ man_cs2cs.html
+ man_geod.html
+ man_pj_init.html
+ man_proj.html
+ proj_logo.png)
+
+install(FILES ${HTML_DOC_FILE}
+ DESTINATION ${DOCDIR}
+ PERMISSIONS WORLD_READ WORLD_WRITE)