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

Derek Atkins warlord at cvs.gnucash.org
Sat Feb 5 23:06:59 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.

Tags:
----
gnucash-1-8-branch

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.1461.2.392
retrieving revision 1.1461.2.393
diff -LChangeLog -LChangeLog -u -r1.1461.2.392 -r1.1461.2.393
--- ChangeLog
+++ ChangeLog
@@ -5,6 +5,9 @@
 	  So we're removing the const here for older systems with
 	  "ancient" guile.
 
+	* 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/Scrub.c:
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/report/locale-specific/us/Makefile.am,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -Lsrc/report/locale-specific/us/Makefile.am -Lsrc/report/locale-specific/us/Makefile.am -u -r1.11.2.2 -r1.11.2.3
--- 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