]> git.sur5r.net Git - glabels/blob - barcode-0.98/doc/infofilter
Imported Upstream version 2.2.8
[glabels] / 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