documenting the library

This commit is contained in:
aarne
2006-02-25 22:58:55 +00:00
parent 5bd28ff6af
commit 607dc668b7
44 changed files with 874 additions and 581 deletions

View File

@@ -1,25 +1,23 @@
all: present mathematical multimodal langs
test: langs
test:
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
langs:
echo "s ;; pm | wf langs.gfcm" | gf -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M -K100M
echo "s ;; pm | wf langs.gfcm" | gf -nocf -src */Lang??*.gf english/LangEng.gf +RTS -M500M -K100M
cp -p */*.gfc */*.gfr ../alltenses
present:
gf -nocf -preproc=./mkPresent */Lang??*.gf
gf -make -src -preproc=./mkPresent */Lang??*.gf
mv */*.gfc */*.gfr ../present
mathematical: present
gf -batch -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
mv mathematical/*.gf ../mathematical
mathematical:
gf -make -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
mv mathematical/*.gfc ../mathematical
multimodal: present
gf -batch -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
mv multimodal/*.gf ../multimodal
install:
cp -p */*.gfc */*.gfr ../alltenses
multimodal:
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
mv multimodal/*.gfc ../multimodal
stat:
wc */*.gfc