r22836 - gnucash/trunk - Modify the distcheck of POTFILES.skip to ignore scheme files

John Ralls jralls at code.gnucash.org
Fri Mar 29 02:26:02 EDT 2013


Author: jralls
Date: 2013-03-29 02:26:01 -0400 (Fri, 29 Mar 2013)
New Revision: 22836
Trac: http://svn.gnucash.org/trac/changeset/22836

Modified:
   gnucash/trunk/Makefile.am
Log:
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/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2013-03-26 19:47:19 UTC (rev 22835)
+++ gnucash/trunk/Makefile.am	2013-03-29 06:26:01 UTC (rev 22836)
@@ -150,7 +150,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