]> git.sur5r.net Git - glabels/blob - glabels2/barcode-0.98/doc/infofilter
92bc8b7d0cff3075a33550761c7cc4e851fb5be0
[glabels] / glabels2 / barcode-0.98 / doc / infofilter
1 #! /usr/bin/sed -f
2
3
4 # allow "%" as a comment char, but only at the beginning of the line
5 s/^%/@c /
6 #s/[^\\]%.*$//
7 s/^\\%/%/
8
9 #preserve blanks in @lisp blocks
10 /@lisp/,/@end lisp/ p
11 /@lisp/,/@end lisp/ d
12
13 # remove leading blanks
14 s/^[    ]*//
15
16 #s/\\t/@code/g