diff options
author | Keith Packard <keithp@keithp.com> | 2003-04-08 05:00:25 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-04-08 05:00:25 +0000 |
commit | cc30f9ca548661d0d9eb07216d261457db58ca02 (patch) | |
tree | 7bd987589180b76055826a1546c3ce2d8f33b3af | |
parent | 8c8caabdf008f4673bb1d5543ef1e49b02a5c2e9 (diff) | |
download | fontconfig-cc30f9ca548661d0d9eb07216d261457db58ca02.tar.gz |
remove -u option to docbook2man which was trashing the .html file
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d37b072..4a72f39 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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) |