doc on compiled

This commit is contained in:
aarne
2006-02-28 14:53:04 +00:00
parent 684af365da
commit f60d5fdabb
3 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
all: present mathematical multimodal langs
all: present mathematical multimodal langs compiled
test:
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
@@ -18,7 +18,10 @@ mathematical:
multimodal:
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
mv multimodal/*.gfc ../multimodal
mv multimodal/*.gfc multimodal/*.gfr ../multimodal
compiled:
cd .. ; tar cvfz compiled.tgz alltenses/ mathematical/ multimodal/ present/
stat:
wc */*.gfc