File gnucash-tip-of-the-day.patch of Package gnucash
Index: doc/Makefile.am
===================================================================
--- doc/Makefile.am (revision 22245)
+++ doc/Makefile.am (revision 22246)
@@ -49,7 +49,7 @@
tip_of_the_day.list: tip_of_the_day.list.in Makefile
${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
cat -s $@.tmp | ${SED} -e 's/^ *"//' \
- -e 's/" *$$//' \
+ -e 's/" *$$/\n/' \
-e 's/"* *[|] */|/' \
-e 's:@-GNUCASH_LATEST_STABLE_SERIES-@:${GNUCASH_LATEST_STABLE_SERIES}:g' > $@
rm -f $@.tmp