gnome-python-desktop r527 - trunk



Author: gjc
Date: Sat Jan 17 19:49:27 2009
New Revision: 527
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=527&view=rev

Log:
automake disthook fixes

Modified:
   trunk/   (props changed)
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Jan 17 19:49:27 2009
@@ -72,6 +72,7 @@
 EXTRA_DIST = \
   INSTALL.WAF \
   wscript \
+  waf \
   MAINTAINERS \
   COPYING.GPL COPYING.LGPL \
   gnome-python-desktop-2.0.pc.in \
@@ -104,12 +105,11 @@
   examples/wnck_example.py
 
 
-ChangeLog:
-	$(srcdir)/generate-ChangeLog
 
-dist-hook: dist-hook-local
-	cp `which waf` $(distdir)
+$(srcdir)/ChangeLog:
+	-rm -f $(srcdir)/ChangeLog
 	$(srcdir)/generate-ChangeLog
-	cp -p ChangeLog $(distdir)
+
+dist-hook: dist-hook-local $(srcdir)/ChangeLog
 
 .PHONY : dist-hook-local



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]