diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-18 07:53:04 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-18 07:53:04 +0000 |
commit | 408dd9c07a9b0b755f9338b4cbff9e4292fa391d (patch) | |
tree | d23b68f695b87b83a80e71f4c588432128ed95cf /doc | |
parent | 8e8fcda45c07bb0934f30887282238a57cc619da (diff) |
Switch to FreeType 2.1.7 style includes. Bug #150.
reviewed by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 793ae4f..9e9cbeb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -134,6 +134,7 @@ fontconfig-user.html: local-fontconfig-user.sgml version.sgml confdir.sgml $(DOC2HTML) -u local-fontconfig-user.sgml > $@.tmp -test -f local-$@ && mv local-$@ $@ -test -f $@ || mv $@.tmp $@ + -test -f $@.tmp && $(RM) $@.tmp fontconfig-user.txt: local-fontconfig-user.sgml version.sgml confdir.sgml $(RM) $@ |