[csw-devel] SF.net SVN: gar:[13369] csw/mgar/gar/v2/gar.pkg.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Feb 18 17:21:46 CET 2011
Revision: 13369
http://gar.svn.sourceforge.net/gar/?rev=13369&view=rev
Author: bdwalton
Date: 2011-02-18 16:21:45 +0000 (Fri, 18 Feb 2011)
Log Message:
-----------
mgar/v2: add a prototype filter for the new release notes file
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2011-02-18 16:16:37 UTC (rev 13368)
+++ csw/mgar/gar/v2/gar.pkg.mk 2011-02-18 16:21:45 UTC (rev 13369)
@@ -390,6 +390,10 @@
| ( cat; if test -f "$(WORKDIR_GLOBAL)/checkpkg_override.$(1)";then echo "i checkpkg_override=checkpkg_override.$(1)"; fi)
endef
+define cswreleasenotes_filter
+ | ( cat; if test -f "$(WORKDIR_GLOBAL)/cswreleasenotes.$(1)";then echo "i cswreleasenotes=cswreleasenotes.$(1)"; fi)
+endef
+
# This file contains all installed pathes. This can be used as a starting point
# for distributing files to individual packages.
PROTOTYPE = $(WORKDIR)/prototype
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list