diff options
author | Todd Lyons <tlyons@exim.org> | 2012-08-16 08:37:49 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-08-16 08:37:49 -0700 |
commit | ca0ff207d1a768f65bf5d68e113aea6cf0a3cb1c (patch) | |
tree | 75e5e16769a8428215fdc4a6be4e9a1088195059 /doc/doc-docbook/Makefile | |
parent | 7a2a9617ee69a2eb55b030d6f2a03b3dc5308d8e (diff) |
Bugtrack 1285 - Add docs for omitted dkim_disable_verify.
Fixed spec docbook file to pass validation when building spec.txt.
Adjust Makefile to not delete html, but not version controlled
index.html.
Diffstat (limited to 'doc/doc-docbook/Makefile')
-rw-r--r-- | doc/doc-docbook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index f39c01208..7f3f07166 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -282,7 +282,8 @@ os-fixup: clean:; /bin/rm -rf exim.8 \ filter*.xml spec*.xml test*.xml \ - *.fo *.html *.pdf *.ps \ + *.fo *.pdf *.ps \ + filter*.html spec*.html test*.html \ filter*.txt spec*.txt test*.txt \ *.info* *.texinfo *.texi |