[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Thu Oct 25 01:09:20 PDT 2007


 doc/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28a4ea7f714956d34f7ac65354577b87bec5620d
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Thu Oct 25 01:09:11 2007 -0700

    Fix parallel build in fontconfig/docs (bug 10481).

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5641dd9..cbb5210 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -108,7 +108,7 @@ $(man3_MANS): func.refs
 
 func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
 	$(RM) func.refs
-	$(DOC2MAN) local-fontconfig-devel.sgml
+	$(DOC2MAN) local-fontconfig-devel.sgml && \
 	mv manpage.refs func.refs
 	$(RM) manpage.links
 


More information about the Fontconfig mailing list