f2114f7abf
device specific Informations (ICC profiles) and system wide settings. Features: . configuration for cross application colour agreement; . plugable and selectable modules (known as CMM's); . pixel conversions; . profile handling; . named colours; . device profile assignment. WWW: http://www.oyranos.org/
13 lines
464 B
Text
13 lines
464 B
Text
--- doc/CMakeLists.txt.orig 2013-04-30 18:54:44.363878845 +0400
|
|
+++ doc/CMakeLists.txt 2013-04-30 18:55:06.496874403 +0400
|
|
@@ -30,8 +30,8 @@ SET( MAN3_PAGES
|
|
man/oyranos-config.3
|
|
)
|
|
|
|
-INSTALL( FILES ${MAN1_PAGES} DESTINATION share/man/man1 )
|
|
-INSTALL( FILES ${MAN3_PAGES} DESTINATION share/man/man3 )
|
|
+INSTALL( FILES ${MAN1_PAGES} DESTINATION man/man1 )
|
|
+INSTALL( FILES ${MAN3_PAGES} DESTINATION man/man3 )
|
|
|
|
FIND_PACKAGE( Doxygen )
|
|
IF( DOXYGEN_FOUND )
|