aboutsummaryrefslogtreecommitdiff
path: root/lib/lib-cpt.do
blob: 1d0a240c906dfb401a811e19a83fbfe85e5d14de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SRC_ROOT=..

# shellcheck source=../config.rc
. ${SRC_ROOT}/config.rc

redo-ifchange cpt.in cpt-*

cat cpt-* |
sed -e '/@AUTOLOADS@/r /dev/stdin' \
    -e '/CPT Library/,/@AUTOLOADS@/d' \
    cpt.in |
sed -e '/shellcheck source=lib-cpt/d'\
    -e '/# Local Variables:$/,/# End:$/d' > "$3"