source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Make sure we get syncodeindex bindings into our defindexes.
@ 2015-02-26 10:42 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-26 10:42 UTC (permalink / raw)
  To: source

Log Message:
-----------
Make sure we get syncodeindex bindings into our defindexes.

Modified Files:
--------------
    texi2mdoc:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/texi2mdoc/main.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -Lmain.c -Lmain.c -u -p -r1.49 -r1.50
--- main.c
+++ main.c
@@ -296,8 +296,8 @@ static	const struct texitok __texitoks[T
 	{ dosubsubsection, "subsubsection", 13 }, /* TEXICMD_SUBSUBSECTION */
 	{ doignline, "subtitle", 8 }, /* TEXICMD_SUBTITLE */
 	{ doignline, "summarycontents", 15 }, /* TEXICMD_SUMMARYCONTENTS */
-	{ doignline, "synindex", 8 }, /* TEXICMD_SYNINDEX */
-	{ doignline, "syncodeindex", 12 }, /* TEXICMD_SYNCODEINDEX */
+	{ dodefindex, "synindex", 8 }, /* TEXICMD_SYNINDEX */
+	{ dodefindex, "syncodeindex", 12 }, /* TEXICMD_SYNCODEINDEX */
 	{ doinline, "t", 1 }, /* TEXICMD_T */
 	{ dotab, "tab", 3 }, /* TEXICMD_TAB */
 	{ dosymbol, "\t", 1 }, /* TEXICMD_TABSYM */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-26 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 10:42 texi2mdoc: Make sure we get syncodeindex bindings into our defindexes kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).