summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-01-17 09:11:13 +0000
committerbryce <bryce@bryceharrington.org>2016-01-17 09:11:13 +0000
commit74febfd6edc51c20197e87f590b793a361cb90ea (patch)
tree6408f8bb3444d0158197ce637af959cef1fd7022 /CMakeLists.txt
parentman: Further formatting tweaks (diff)
downloadinkscape-74febfd6edc51c20197e87f590b793a361cb90ea.tar.gz
inkscape-74febfd6edc51c20197e87f590b793a361cb90ea.zip
man: PODify inkview's man page
(bzr r14600)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8706ba24a..aa372021e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,7 +162,8 @@ foreach(podfile
man/inkscape.fr.pod
man/inkscape.ja.pod
man/inkscape.sk.pod
- man/inkscape.zh_TW.pod)
+ man/inkscape.zh_TW.pod
+ man/inkview.pod)
set(POD_IN ${CMAKE_CURRENT_SOURCE_DIR}/${podfile}.in)
set(POD_OUT ${CMAKE_CURRENT_BINARY_DIR}/${podfile})
configure_file(${POD_IN} ${POD_OUT})