Revision: 42293
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42293&view=rev
Author:   starseeker
Date:     2011-01-15 03:53:08 +0000 (Sat, 15 Jan 2011)

Log Message:
-----------
Few left over updates that didn't get committed from the home machine.

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt
    brlcad/branches/cmake/db/CMakeLists.txt
    brlcad/branches/cmake/doc/CMakeLists.txt

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2011-01-15 03:45:43 UTC (rev 
42292)
+++ brlcad/branches/cmake/CMakeLists.txt        2011-01-15 03:53:08 UTC (rev 
42293)
@@ -1296,6 +1296,7 @@
   NEWS
   README
 )
+FILE(COPY ${toplevel_DOCFILES} DESTINATION ${CMAKE_BINARY_DIR}/${DATA_DIR})
 INSTALL(FILES ${toplevel_DOCFILES} DESTINATION 
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR})
 
 

Modified: brlcad/branches/cmake/db/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/db/CMakeLists.txt     2011-01-15 03:45:43 UTC (rev 
42292)
+++ brlcad/branches/cmake/db/CMakeLists.txt     2011-01-15 03:53:08 UTC (rev 
42293)
@@ -49,4 +49,5 @@
   SET(BUILT_MODELS 
"${BUILT_MODELS};${CMAKE_BINARY_DIR}/${DATA_DIR}/db/${g_model_root}.g")
 ENDFOREACH(g_model ${G_SAMPLE_MODELS})
 SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES 
"${BUILT_MODELS}")
+FILE(COPY terra.dsp DESTINATION ${CMAKE_BINARY_DIR}/${DATA_DIR}/db)
 INSTALL(FILES terra.dsp DESTINATION 
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR}/db)

Modified: brlcad/branches/cmake/doc/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/doc/CMakeLists.txt    2011-01-15 03:45:43 UTC (rev 
42292)
+++ brlcad/branches/cmake/doc/CMakeLists.txt    2011-01-15 03:53:08 UTC (rev 
42293)
@@ -206,6 +206,7 @@
        tube.txt 
        tool_categories.txt
 )
+FILE(COPY ${documentation_DATA} DESTINATION 
${CMAKE_BINARY_DIR}/${DATA_DIR}/doc)
 install(FILES ${documentation_DATA} DESTINATION 
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR}/doc)
 
 SET(doc_MANS


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to