summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-11 19:43:10 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-11 19:43:10 +0000
commit7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b (patch)
treef12b714c11a7d71c40462b05ebcf03ff8b6aa7f0 /halibut.h
parent490fa6c766aece7ea7cd0cf11ee10c2b37efc386 (diff)
downloadhalibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.zip
halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.gz
halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.bz2
halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.xz
Support for the MS HTML Help system in the HTML back end. As yet I
don't know how to write out a .CHM directly, but I am at least able to have the HTML back end write out the three auxiliary files which enable a .CHM to be generated using the MS HTML Help compiler. [originally from svn r6991]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 3cb1ed7..1ff014e 100644
--- a/halibut.h
+++ b/halibut.h
@@ -252,6 +252,7 @@ enum {
err_pfhead, /* bad Type 1 header line */
err_pfbad, /* otherwise invalide Type 1 font */
err_pfnoafm, /* Type 1 font but no AFM */
+ err_chmnames, /* need both or neither of hhp+chm */
err_whatever /* random error of another type */
};