|
From: <mla...@us...> - 2006-11-04 17:55:37
|
Revision: 98
http://svn.sourceforge.net/g15daemon/?rev=98&view=rev
Author: mlampard
Date: 2006-11-04 09:55:32 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
automate things a bit more
Modified Paths:
--------------
trunk/g15daemon/Makefile.am
trunk/g15daemon/Makefile.in
Modified: trunk/g15daemon/Makefile.am
===================================================================
--- trunk/g15daemon/Makefile.am 2006-11-04 16:49:11 UTC (rev 97)
+++ trunk/g15daemon/Makefile.am 2006-11-04 17:55:32 UTC (rev 98)
@@ -14,3 +14,9 @@
dist-hook:
rm -rf `find $(distdir)/debian -name .svn`
+dist-rpm: dist-bzip2
+ rpmbuild -ts $(distdir).tar.bz2
+
+dist-archives:
+ $(MAKE) dist-bzip2
+ $(MAKE) dist-rpm
Modified: trunk/g15daemon/Makefile.in
===================================================================
--- trunk/g15daemon/Makefile.in 2006-11-04 16:49:11 UTC (rev 97)
+++ trunk/g15daemon/Makefile.in 2006-11-04 17:55:32 UTC (rev 98)
@@ -750,6 +750,13 @@
dist-hook:
rm -rf `find $(distdir)/debian -name .svn`
+
+dist-rpm: dist-bzip2
+ rpmbuild -ts $(distdir).tar.bz2
+
+dist-archives:
+ $(MAKE) dist-bzip2
+ $(MAKE) dist-rpm
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|