Use CONFDIR instead of SYSCONFDIR/fonts in manual. Use awk to strip

trailing newline instead of leaving CVS file without a newline (which
    will break at some point)
This commit is contained in:
Keith Packard 2003-04-23 04:05:58 +00:00
parent 8b290c5476
commit f946755cdb
2 changed files with 3 additions and 2 deletions

View File

@ -135,8 +135,9 @@ fontconfig-user.html: fontconfig-user.sgml version.sgml confdir.sgml
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:

View File

@ -22,4 +22,4 @@
PERFORMANCE OF THIS SOFTWARE.
-->
<!-- this is filled in at make time -->
@SYSCONFDIR@/fonts
@CONFDIR@