summaryrefslogtreecommitdiff
path: root/glabels2/barcode-0.98/doc/infofilter
blob: 92bc8b7d0cff3075a33550761c7cc4e851fb5be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/sed -f


# allow "%" as a comment char, but only at the beginning of the line
s/^%/@c /
#s/[^\\]%.*$//
s/^\\%/%/

#preserve blanks in @lisp blocks
/@lisp/,/@end lisp/ p
/@lisp/,/@end lisp/ d

# remove leading blanks
s/^[ 	]*//

#s/\\t/@code/g