Allow docdir to be defined at build-time

- Simplify by using GNUInstallDirs module
- Move html documentation into an html subdirectory
This commit is contained in:
Chris Mayo
2017-01-14 16:16:20 +00:00
parent 6f49df9612
commit b0cfb4e933
4 changed files with 24 additions and 24 deletions

View File

@@ -1,2 +1,2 @@
file( GLOB EXTRATHEMEFILES *.tint2rc )
install( FILES ${EXTRATHEMEFILES} DESTINATION ${DATADIR}/tint2 )
install( FILES ${EXTRATHEMEFILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )