From f5babd88538c623f90dfb35b92dfcd6ed64a13a2 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 23 Nov 2009 19:46:55 +0000 Subject: [PATCH] Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 from bug #602062 was buggy - removing the "-x c" argument. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18438 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 48a3576cf0..228f309a88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,7 @@ gnucash.1: gnucash.1.in Makefile 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