diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2016-01-17 09:11:13 +0000 |
|---|---|---|
| committer | bryce <bryce@bryceharrington.org> | 2016-01-17 09:11:13 +0000 |
| commit | 74febfd6edc51c20197e87f590b793a361cb90ea (patch) | |
| tree | 6408f8bb3444d0158197ce637af959cef1fd7022 /CMakeLists.txt | |
| parent | man: Further formatting tweaks (diff) | |
| download | inkscape-74febfd6edc51c20197e87f590b793a361cb90ea.tar.gz inkscape-74febfd6edc51c20197e87f590b793a361cb90ea.zip | |
man: PODify inkview's man page
(bzr r14600)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
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}) |
