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:
parent
8b290c5476
commit
f946755cdb
|
@ -135,8 +135,9 @@ fontconfig-user.html: fontconfig-user.sgml version.sgml confdir.sgml
|
||||||
|
|
||||||
fontconfig-user.txt: 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
|
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
|
else
|
||||||
all-local:
|
all-local:
|
||||||
|
|
|
@ -22,4 +22,4 @@
|
||||||
PERFORMANCE OF THIS SOFTWARE.
|
PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
<!-- this is filled in at make time -->
|
<!-- this is filled in at make time -->
|
||||||
@SYSCONFDIR@/fonts
|
@CONFDIR@
|
||||||
|
|
Loading…
Reference in New Issue