From 25f36b82c96a65175ace06ded180130ff60fa4d3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 9 Apr 2004 18:43:02 +0000 Subject: Add a config directive to generate the INFO-DIR-ENTRY things that appear to be used to automatically construct /usr/info/dir. [originally from svn r4049] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 3e600c7..66bb333 100644 --- a/halibut.h +++ b/halibut.h @@ -218,6 +218,7 @@ enum { err_multikw, /* keyword clash in sections */ err_misplacedlcont, /* \lcont not after a list item */ err_sectmarkerinblock, /* section marker appeared in block */ + err_infodirentry, /* \cfg{info-dir-entry} missing param */ err_whatever /* random error of another type */ }; -- cgit v1.1