Gitweb:
https://git.exim.org/exim.git/commitdiff/b4d6cfa1dac6ac8175dec02cbb50fc57eb4b3acb
Commit: b4d6cfa1dac6ac8175dec02cbb50fc57eb4b3acb
Parent: 45fd1598c1256b36a4f658d00572f97bed34b5bd
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 16 12:59:19 2021 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jan 16 13:00:17 2021 +0000
docs infrastructure notes
---
doc/doc-docbook/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile
index 97f30f1..bc7a9b0 100644
--- a/doc/doc-docbook/Makefile
+++ b/doc/doc-docbook/Makefile
@@ -3,10 +3,12 @@
export LC_ALL=C
notarget:; @echo "** You must specify a target, in the form x.y, where x is 'filter', 'spec',"
- @echo "** or 'test', and y is 'xml', 'fo', 'ps', 'pdf', 'html', 'txt', or 'info'."
+ @echo "** or 'test', and y is 'xml', 'fo', 'ps', 'pdf', 'txt', or 'info'."
@echo "** One other possible targets 'exim.8', 'spec.utf8'".
exit 1
+# html used to be supported, but is not here since 50023e0551 (2010).
+# The website build script seems to handle it.
############################# EVERYTHING ###############################
#