From 88c8bfd614477085bfc9f878d3812a47d16f25d4 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 18 Jul 2012 21:16:00 +0200 Subject: Add DTRACE and SYSTEMTAP howtos as User Guide --- make/emd2exml.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/emd2exml.in b/make/emd2exml.in index 5bf7758be3..b677ef8ed4 100644 --- a/make/emd2exml.in +++ b/make/emd2exml.in @@ -266,8 +266,11 @@ parse(#state{code = true, type = blank, line = CB, code_blank = CBs} = S) -> parse(#state{code = true, code_blank = CB, list_lvl = Lvl, - type = {text, TxtLvl}, - line = Line} = S) when TxtLvl > Lvl -> + type = {Type, TxtLvl}, + line = Line} = S) when TxtLvl > Lvl, + (Type == text orelse + Type == uolist orelse + Type == olist) -> Data = code(strip_lvls(Lvl+1, Line)), parse(get_line(put_chars(S#state{code_blank = []}, [strip_code_blank(Lvl+1, CB), Data]))); -- cgit v1.2.3