X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=419cc6188226ad4421e49f3910eed68e16d8476c;hb=98d765a53ba33d28283e499ebd1098d27cbe6d02;hp=d6f0d7b712f123224e216538eda32b0997828c28;hpb=41af588f543ca5c0efaeb699992376d89cb35763;p=fontconfig.git diff --git a/doc/Makefile.am b/doc/Makefile.am index d6f0d7b..419cc61 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -121,8 +121,7 @@ func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sg $(DOC2MAN) -o devel-man local-fontconfig-devel.sgml && \ mv devel-man/manpage.refs func.refs && \ mv devel-man/*.3 . && \ - $(RM) devel-man/manpage.links && \ - rm -f devel-man/manpage.log + $(RM) devel-man/manpage.* && \ rmdir devel-man local-fontconfig-devel.sgml: fontconfig-devel.sgml @@ -133,7 +132,7 @@ $(DOC_FUNCS_SGML): edit-sgml$(EXEEXT) $(FNCS_TMPL) fonts-conf.5: local-fontconfig-user.sgml version.sgml confdir.sgml $(RM) $@ $(DOC2MAN) local-fontconfig-user.sgml && \ - $(RM) manpage.refs manpage.links + $(RM) manpage.* local-fontconfig-user.sgml: fontconfig-user.sgml $(LN_S) $< $@