From: <ai...@us...> - 2008-08-23 16:56:50
|
Revision: 8705 http://plplot.svn.sourceforge.net/plplot/?rev=8705&view=rev Author: airwin Date: 2008-08-23 16:57:00 +0000 (Sat, 23 Aug 2008) Log Message: ----------- Exclude .svn directories (rather than CVS directories) from source distribution. "make package_source" in the build tree now produces a tarball uncluttered by files in the .svn subdirectories of the source tree. (Our previous use of "make package_source" for creating our distribution tarballs was done in svn exported trees which had no .svn subdirectories so we did not encounter this bug in our previous releases.) Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2008-08-23 16:56:46 UTC (rev 8704) +++ trunk/CMakeLists.txt 2008-08-23 16:57:00 UTC (rev 8705) @@ -202,7 +202,7 @@ set(CPACK_SOURCE_IGNORE_FILES "~$" "\\\\.cvsignore$" -"^${PROJECT_SOURCE_DIR}.*/CVS/" +"^${PROJECT_SOURCE_DIR}.*/\\\\.svn/" "^${PROJECT_SOURCE_DIR}/old/" "^${PROJECT_SOURCE_DIR}/sys/mac" "^${PROJECT_SOURCE_DIR}/sys/os2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |