Fix parallel build in fontconfig/docs (bug 10481).
This commit is contained in:
parent
79641a3b0c
commit
28a4ea7f71
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue