r22837 - gnucash/branches/2.4 - [r22836]Modify the distcheck of POTFILES.skip to ignore scheme files

John Ralls jralls at code.gnucash.org
Fri Mar 29 12:29:43 EDT 2013


Author: jralls
Date: 2013-03-29 12:29:43 -0400 (Fri, 29 Mar 2013)
New Revision: 22837
Trac: http://svn.gnucash.org/trac/changeset/22837

Modified:
   gnucash/branches/2.4/Makefile.am
Log:
 [r22836]Modify the distcheck of POTFILES.skip to ignore scheme files
 
 They need to be in the skip file to mollify newer intltool versions,
 but still need to be handled by guile-strings.c for older versions of
 intltool.


Modified: gnucash/branches/2.4/Makefile.am
===================================================================
--- gnucash/branches/2.4/Makefile.am	2013-03-29 06:26:01 UTC (rev 22836)
+++ gnucash/branches/2.4/Makefile.am	2013-03-29 16:29:43 UTC (rev 22837)
@@ -153,7 +153,7 @@
 			e='yes'; \
 		fi; \
 	done; \
-	for X in `grep -v \# ${distdir}/po/POTFILES.skip` ; do \
+	for X in `grep -v '\(^\#\|.scm\$\)' ${distdir}/po/POTFILES.skip` ; do \
 		if [ -f ${distdir}/$$X ] ; then \
 			echo $$X " is in POTFILES.skip but also in the dist.";\
 			e='yes'; \



More information about the gnucash-changes mailing list