58c9262b54
This version is not archived by the authors, so this is a snapshot of the SVN repository as of revision 3135. The archive is put on the freebsd.org cluster.
11 lines
404 B
Text
11 lines
404 B
Text
--- doc/CMakeLists.txt.orig 2008-06-30 08:31:18.000000000 +0300
|
|
+++ doc/CMakeLists.txt 2008-06-30 08:31:40.000000000 +0300
|
|
@@ -3,7 +3,7 @@
|
|
INSTALL(FILES fulla.html DESTINATION doc)
|
|
INSTALL(FILES nona.txt DESTINATION doc)
|
|
ELSE (WIN32)
|
|
-INSTALL(FILES fulla.1 DESTINATION share/man/man1)
|
|
+INSTALL(FILES fulla.1 DESTINATION ${MANDIR}/man1)
|
|
INSTALL(FILES nona.txt DESTINATION share/hugin)
|
|
ENDIF(WIN32)
|
|
|