trailing newline instead of leaving CVS file without a newline (which
will break at some point)
fontconfig-user.txt: fontconfig-user.sgml version.sgml confdir.sgml
+STRIPNL=awk '{ if (NR > 1) printf ("\n"); printf ("%s", $$0); }'
confdir.sgml: confdir.sgml.in
- sed "s,@SYSCONFDIR@,${sysconfdir}," < confdir.sgml.in > confdir.sgml
+ sed "s,@CONFDIR\@,${CONFDIR}," < confdir.sgml.in | $(STRIPNL) > confdir.sgml
else
all-local:
PERFORMANCE OF THIS SOFTWARE.
-->
<!-- this is filled in at make time -->
-@SYSCONFDIR@/fonts
\ No newline at end of file
+@CONFDIR@