[Monodevelop-patches-list] r1573 - trunk/MonoDevelop/src/Main/Base
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue May 4 12:58:30 EDT 2004
Author: jluke
Date: 2004-05-04 12:58:30 -0400 (Tue, 04 May 2004)
New Revision: 1573
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Makefile.am
Log:
fix
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-04 10:41:38 UTC (rev 1572)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-04 16:58:30 UTC (rev 1573)
@@ -1,3 +1,8 @@
+2004-05-04 John Luke <jluke at cfl.rr.com>
+
+ * Makefile.am: make Services/StockIcons.cs regen properly
+ and pass make distcheck
+
2004-05-04 Pawel Rozanski <tokugawa at afn.no-ip.org>
* Makefile.am: Services/StockIcons.cs update is triggered by a changes
Modified: trunk/MonoDevelop/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-04 10:41:38 UTC (rev 1572)
+++ trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-04 16:58:30 UTC (rev 1573)
@@ -385,8 +385,8 @@
$(build_sources) \
&& cp $(ASSEMBLY) ../../../build/bin/.
-Services/StockIcons.cs : ./Services/process-icons.pl
- perl -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/Services/process-icons.pl > $@
+Services/StockIcons.cs : ./Services/process-icons.pl ../../../build/data/resources/icons
+ perl -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl > $(srcdir)/Services/StockIcons.cs
assemblydir = $(libdir)/monodevelop/bin
assembly_DATA = $(ASSEMBLY)
More information about the Monodevelop-patches-list
mailing list