12 lines
769 B
Plaintext
12 lines
769 B
Plaintext
$OpenBSD: patch-doc_CMakeLists_txt,v 1.2 2009/06/03 13:45:14 sthen Exp $
|
|
--- doc/CMakeLists.txt.orig Mon Jun 1 21:56:11 2009
|
|
+++ doc/CMakeLists.txt Wed Jun 3 02:32:00 2009
|
|
@@ -3,6 +3,6 @@ IF (WIN32)
|
|
INSTALL(FILES fulla.html DESTINATION doc)
|
|
INSTALL(FILES nona.txt DESTINATION doc)
|
|
ELSE (WIN32)
|
|
-INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION share/man/man1)
|
|
+INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION ${MANDIR}/man1)
|
|
ENDIF(WIN32)
|
|
|