summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 20:14:36 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 20:14:36 +0000
commitb0a8c63bf22c767a7c36f2aaa6e369d409e3fa48 (patch)
tree9ce50403f67966ed7c0d38b57191a08048fcc4f4 /make.texinfo
parent2d038ae5798bae0b125bc7afd438abfe28e62833 (diff)
downloadgunmake-b0a8c63bf22c767a7c36f2aaa6e369d409e3fa48.tar.gz
Formerly make.texinfo.~65~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo23
1 files changed, 21 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo
index 658a24c..7f4e43c 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -31,8 +31,27 @@
}\fi}%
\gdef\singleindexer#1{\singleindexerfoo#1, \par}%
-
-%\def\singleindexer #1{\doind{\indexname}{#1}}
+% This version writes two sort strings.
+\gdef\dosubind #1#2#3{%
+{\count10=\lastpenalty %
+{\indexdummies % Must do this here, since \bf, etc expand at this stage
+\escapechar=`\\%
+{\let\folio=0%
+\def\rawbackslashxx{\indexbackslash}%
+%
+% Now process the index-string once, with all font commands turned off,
+% to get the string to sort the index by.
+{\indexnofonts
+\xdef\tempa{#2}%
+\xdef\tempb{#3}%
+}%
+% Now produce the complete index entry. We process the index-string again,
+% this time with font commands expanded, to get what to print in the index.
+\edef\temp{%
+\write \csname#1indfile\endcsname{%
+\realbackslash entry {\tempa}{\folio}{#2}{#3}{\tempb}}}%
+\temp}%
+}\penalty\count10}}
@end tex
@ifinfo