Author: wade
Date: 2007-02-22 22:21:20 -0500 (Thu, 22 Feb 2007)
New Revision: 73345

Modified:
   trunk/mcs/tools/corcompare/ChangeLog
   trunk/mcs/tools/corcompare/Makefile
Log:
* Makefile: Move files from EXTRA_DISTFILES to DISTFILES so they
get included in 'make dist'



Modified: trunk/mcs/tools/corcompare/ChangeLog
===================================================================
--- trunk/mcs/tools/corcompare/ChangeLog        2007-02-23 00:56:40 UTC (rev 
73344)
+++ trunk/mcs/tools/corcompare/ChangeLog        2007-02-23 03:21:20 UTC (rev 
73345)
@@ -1,3 +1,8 @@
+2007-02-22  Wade Berrier  <[EMAIL PROTECTED]>
+
+       * Makefile: Move files from EXTRA_DISTFILES to DISTFILES so they
+       get included in 'make dist'
+
 2007-02-20  Marek Safar <[EMAIL PROTECTED]>
 
        * mono-api-diff.cs : Report difference between parameter attributes.

Modified: trunk/mcs/tools/corcompare/Makefile
===================================================================
--- trunk/mcs/tools/corcompare/Makefile 2007-02-23 00:56:40 UTC (rev 73344)
+++ trunk/mcs/tools/corcompare/Makefile 2007-02-23 03:21:20 UTC (rev 73345)
@@ -8,7 +8,6 @@
 ALL_PROGRAMS += CorCompare.exe mono-api-info.exe mono-api-diff.exe
 endif
 
-EXTRA_DISTFILES = cormissing.xsl TODO transform.js mono-api.xsl
 CORCOMPARE_SOURCES = \
        CompletionInfo.cs \
        CorCompare.cs \
@@ -31,7 +30,7 @@
 APIINFO_SOURCES = mono-api-info.cs
 APIDIFF_SOURCES = mono-api-diff.cs
 
-DISTFILES= $(CORCOMPARE_SOURCES) $(APIINFO_SOURCES) $(APIDIFF_SOURCES)
+DISTFILES= $(CORCOMPARE_SOURCES) $(APIINFO_SOURCES) $(APIDIFF_SOURCES) 
cormissing.xsl TODO mono-api.xsl
 
 all-local: $(ALL_PROGRAMS)
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to