[Gnucash-changes] Make sure us.scm is distributed.

Derek Atkins warlord at cvs.gnucash.org
Sat Feb 5 23:08:25 EST 2005


Log Message:
-----------
Make sure us.scm is distributed.

	* src/report/locale-specific/us/Makefile.am: make sure the
	  scheme reports are part of the DIST.

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/report/locale-specific/us:
        Makefile.am

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1887
retrieving revision 1.1888
diff -LChangeLog -LChangeLog -u -r1.1887 -r1.1888
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2005-02-05  Derek Atkins  <derek at ihtfp.com>
+
+	* src/report/locale-specific/us/Makefile.am: make sure the
+	  scheme reports are part of the DIST.
+
 2005-01-30  Derek Atkins  <derek at ihtfp.com>
 
 	* src/engine/Account.c:
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/report/locale-specific/us/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lsrc/report/locale-specific/us/Makefile.am -Lsrc/report/locale-specific/us/Makefile.am -u -r1.14 -r1.15
--- src/report/locale-specific/us/Makefile.am
+++ src/report/locale-specific/us/Makefile.am
@@ -45,8 +45,7 @@
 gncscmothermod_DATA = taxtxf.scm taxtxf-de_DE.scm
 
 EXTRA_DIST = \
-  ${gncscmothermod_DATA}
-
-#  ${gncscmmod_DATA} 
+  ${gncscmothermod_DATA} \
+  ${gncscmmod_DATA} 
 
 CLEANFILES = ${SCM_FILE_LINKS} gnucash report locale-specific us .scm-links


More information about the gnucash-changes mailing list