[Gnucash-changes] r13571 - gnucash/trunk - Make xsl/ available for installation and therefore packaging.

Neil Williams codehelp at cvs.gnucash.org
Thu Mar 9 13:12:14 EST 2006


Author: codehelp
Date: 2006-03-09 13:12:14 -0500 (Thu, 09 Mar 2006)
New Revision: 13571
Trac: http://svn.gnucash.org/trac/changeset/13571

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/optional/Makefile.am
Log:
Make xsl/ available for installation and therefore packaging.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-09 17:04:24 UTC (rev 13570)
+++ gnucash/trunk/ChangeLog	2006-03-09 18:12:14 UTC (rev 13571)
@@ -1,5 +1,10 @@
 2006-03-09  Neil Williams <linux at codehelp.co.uk>
 
+	* src/optional/Makefile.am : Make xsl/ available
+	for installation and therefore packaging.
+
+2006-03-09  Neil Williams <linux at codehelp.co.uk>
+
 	* src/gnome/druid-merge.c : Use new function names.
 	* src/engine/test/test-book-merge.c : Use new function names.
 

Modified: gnucash/trunk/src/optional/Makefile.am
===================================================================
--- gnucash/trunk/src/optional/Makefile.am	2006-03-09 17:04:24 UTC (rev 13570)
+++ gnucash/trunk/src/optional/Makefile.am	2006-03-09 18:12:14 UTC (rev 13571)
@@ -1,9 +1,7 @@
 
-# N.B. Do *not* specify subdirs, since we do *not* want the swig subdirs
+# N.B. Do *not* specify swig in subdirs, we do *not* want the swig subdirs
 # built by default, since many folks may not have swig installed, and this
 # is, after all, optional. But do put them in the dist.
-# For some reason, we need to set SUBDIRS to a blank to
-# get this to work (automake 1.4p5).
 
-SUBDIRS = 
+SUBDIRS = xsl
 DIST_SUBDIRS = swig xsl



More information about the gnucash-changes mailing list