|
From: <ai...@us...> - 2019-07-09 18:52:20
|
Revision: 231
http://sourceforge.net/p/lasi/code/231
Author: airwin
Date: 2019-07-09 18:52:18 +0000 (Tue, 09 Jul 2019)
Log Message:
-----------
Drop the www subdirectory from the source release tarball
After the release of 1.1.3 we put our
[website](http://unifont.org/lasi/) files under svn control (under the
www subdirectory). However, those files include many binary files
including historical source release tarballs of libLASi! So
everything under www should be excluded from future release tarballs
(such as the forthcoming 1.1.4), and this commit makes that so.
Tested by: Alan W. Irwin <ai...@us...> on Linux
(Debian Buster) by configuring libLASi as usual with CMake,
and building the all (to build the documentation) and package_source
targets. The resulting tarball did not include any file from www
(as expected).
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2019-06-05 23:59:29 UTC (rev 230)
+++ trunk/CMakeLists.txt 2019-07-09 18:52:18 UTC (rev 231)
@@ -155,6 +155,7 @@
"~$"
"^${PROJECT_SOURCE_DIR}.*\\\\.svn/"
"^${PROJECT_SOURCE_DIR}/debian"
+"^${PROJECT_SOURCE_DIR}/www"
)
#message("CPACK_SOURCE_IGNORE_FILES = ${CPACK_SOURCE_IGNORE_FILES}")
include(CPack)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|