r14934 - gnucash-docs/trunk - Do not call autoheader or distribute .svn directories.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Oct 8 06:45:29 EDT 2006


Author: andi5
Date: 2006-10-08 06:45:25 -0400 (Sun, 08 Oct 2006)
New Revision: 14934
Trac: http://svn.gnucash.org/trac/changeset/14934

Modified:
   gnucash-docs/trunk/Makefile.am
   gnucash-docs/trunk/autogen.sh
Log:
Do not call autoheader or distribute .svn directories.


Modified: gnucash-docs/trunk/Makefile.am
===================================================================
--- gnucash-docs/trunk/Makefile.am	2006-10-06 16:17:07 UTC (rev 14933)
+++ gnucash-docs/trunk/Makefile.am	2006-10-08 10:45:25 UTC (rev 14934)
@@ -11,5 +11,9 @@
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
+dist-hook:
+	rm -rf `find $(distdir)/stylesheet -name \.svn`
+	rm -rf `find $(distdir)/xsl -name \.svn`
+
 distuninstallcheck_listfiles =  \
 find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print

Modified: gnucash-docs/trunk/autogen.sh
===================================================================
--- gnucash-docs/trunk/autogen.sh	2006-10-06 16:17:07 UTC (rev 14933)
+++ gnucash-docs/trunk/autogen.sh	2006-10-08 10:45:25 UTC (rev 14934)
@@ -51,7 +51,7 @@
 #${GETTEXTIZE}
 ${LIBTOOLIZE} -f --automake
 ${ACLOCAL} ${ACLOCAL_FLAGS}
-${AUTOHEADER}
+#${AUTOHEADER}
 ${AUTOMAKE} --add-missing
 ${AUTOCONF}
 



More information about the gnucash-changes mailing list