]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - src/make-words-deps
[svn-inject] Installing original source of scowl
[deb_pkgs/scowl.git] / src / make-words-deps
1 #!/bin/bash
2
3 shopt -s nullglob
4
5 echo -n src/get-all-below src/filter working/possessive.lst ''
6 echo -n src/add-other-spellings r/varcon/voc.tab r/varcon/variant.tab ''
7 echo -n src/add-possessive src/make-words ''
8 echo -n `src/get-all-below $1 supplement` ''
9 echo -n `src/get-all-below $1 include` ''
10 echo -n `src/get-all-below $1 add-affixes` ''
11
12 if [ $1 -le `cat l/add-affixes/max-level` ]
13 then
14   echo -n src/add-affixes r/infl/infl.txt ''
15 fi
16
17 if [ $1 -ne `src/get-level max` ]
18 then
19   echo -n '' working/words.`src/get-level next $1`
20 fi
21
22 echo
23
24