]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - src/make-call-list
Include the proper variant spelling into the proper language (Closes:
[deb_pkgs/scowl.git] / src / make-call-list
1 #!/bin/sh
2
3 rm -f working/$1.mk
4
5 for l in `cat l/levels-list`
6 do
7   echo "\$(call $1,$l)" >> working/$1.mk
8 done