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

Derek Atkins warlord at MIT.EDU
Fri Mar 29 11:03:24 EDT 2013


John,

I think we might need this change in 2.4, too..  I'm getting similar
errors on my distcheck attempt:

make[1]: Entering directory `/home/warlord/src/gnucash/gnucash-2.4/build'
src/app-utils/date-utilities.scm  is in POTFILES.skip but also in the dist.
src/app-utils/prefs.scm  is in POTFILES.skip but also in the dist.
src/business/business-utils/business-prefs.scm  is in POTFILES.skip but also in the dist.
[snip]

-derek

John Ralls <jralls at code.gnucash.org> writes:

> 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'; \
>
> _______________________________________________
> gnucash-changes mailing list
> gnucash-changes at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
>
>

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list