diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-08-13 13:39:38 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-08-16 15:30:35 +0000 |
| commit | 04f39fab067f28e2651fc7b68c642002e2de15ef (patch) | |
| tree | e2b1678c235cdb5652a8d7b860e71f8d6689d14a /CMakeLists.txt | |
| parent | Initial rebase on Gtk::AboutDialog (diff) | |
| download | inkscape-04f39fab067f28e2651fc7b68c642002e2de15ef.tar.gz inkscape-04f39fab067f28e2651fc7b68c642002e2de15ef.zip | |
Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBox
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b643b2b6..12f21694a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,6 +235,10 @@ canonicalize_flags_var("${CMAKE_CXX_FLAGS}" _new_cxx) set(CMAKE_CXX_FLAGS "${_new_cxx}" CACHE STRING "" FORCE) # message(FATAL_ERROR "CMAKE_CXX_FLAGS = <${CMAKE_CXX_FLAGS}>") +install(FILES + AUTHORS + TRANSLATORS + DESTINATION ${INKSCAPE_SHARE_INSTALL}/doc) # ---------------------------------------------------------------------- # Information Summary |
