diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-10-25 15:19:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-10-25 15:19:14 -0700 |
commit | 89d6119c0283969cb28dc6dfc8eac4cc1b52bf6a (patch) | |
tree | 3823c85a6f0a04790ec1feaf5cc0628db6f7622f /doc | |
parent | e66c65fd41928babb3ba2ae2dc58f13d25e57661 (diff) |
A few fixups for make distcheck2.4.91
Diffstat (limited to 'doc')
-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 cbb5210..bf1ab99 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -119,7 +119,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 + $(DOC2MAN) local-fontconfig-user.sgml && \ $(RM) manpage.refs manpage.links local-fontconfig-user.sgml: fontconfig-user.sgml |