remove -u option to docbook2man which was trashing the .html file
This commit is contained in:
parent
8c8caabdf0
commit
cc30f9ca54
|
@ -115,7 +115,7 @@ $(DOC_FUNCS_SGML): edit-sgml $(FNCS_TMPL)
|
|||
|
||||
fonts-conf.5: fontconfig-user.sgml version.sgml
|
||||
$(RM) file.refs
|
||||
$(DOC2MAN) -u fontconfig-user.sgml
|
||||
$(DOC2MAN) fontconfig-user.sgml
|
||||
$(RM) manpage.refs manpage.links
|
||||
|
||||
all-local: $(LOCAL_DOCS)
|
||||
|
|
Loading…
Reference in New Issue