Revision: 41872
http://brlcad.svn.sourceforge.net/brlcad/?rev=41872&view=rev
Author: starseeker
Date: 2010-12-30 20:06:16 +0000 (Thu, 30 Dec 2010)
Log Message:
-----------
Need to have a little more control over where man pages end up - need to
suggest this back to the zlib devs.
Modified Paths:
--------------
brlcad/trunk/src/other/libz/CMakeLists.txt
Modified: brlcad/trunk/src/other/libz/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/libz/CMakeLists.txt 2010-12-30 20:03:59 UTC (rev
41871)
+++ brlcad/trunk/src/other/libz/CMakeLists.txt 2010-12-30 20:06:16 UTC (rev
41872)
@@ -163,8 +163,12 @@
if(NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL )
install(FILES ${ZLIB_PUBLIC_HDRS} DESTINATION include)
endif()
+
+IF(NOT MAN_DIR)
+ SET(MAN_DIR "share/man")
+ENDIF(NOT MAN_DIR)
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
- install(FILES zlib.3 DESTINATION share/man/man3)
+ install(FILES zlib.3 DESTINATION ${MAN_DIR}/man3)
endif()
#============================================================================
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits