r18438 - gnucash/trunk/doc - Bug #602744: Fix broken tip_of_the_day list creation.

Christian Stimming cstim at code.gnucash.org
Mon Nov 23 14:46:56 EST 2009


Author: cstim
Date: 2009-11-23 14:46:55 -0500 (Mon, 23 Nov 2009)
New Revision: 18438
Trac: http://svn.gnucash.org/trac/changeset/18438

Modified:
   gnucash/trunk/doc/Makefile.am
Log:
Bug #602744: Fix broken tip_of_the_day list creation.

Patch in r18417 from bug #602062 was buggy - removing the "-x c" argument.

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2009-11-22 20:39:53 UTC (rev 18437)
+++ gnucash/trunk/doc/Makefile.am	2009-11-23 19:46:55 UTC (rev 18438)
@@ -62,7 +62,7 @@
 	mv $@.tmp $@
 
 tip_of_the_day.list: tip_of_the_day.list.in Makefile
-	${CC} -E -P -D'N_(x)=x' -o $@.tmp $<
+	${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
 	cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' > $@
 	rm -f $@.tmp
 



More information about the gnucash-changes mailing list