Jordi's and Gloria's patches

This commit is contained in:
aarne
2006-11-22 16:06:11 +00:00
parent 6f54f86253
commit b9228de7b8
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,10 @@ RTSS=+RTS -M1000M -K100M
GFCA=$(GF) -nocf
GFCC=$(GF) -nocf -make
GFC=$(GFCC) -src
# comment the first and uncomment the second in Windows
GFCP=$(GFC) -preproc=./mkPresent
#GFCP=$(GFC) -preproc=mkPresent
.PHONY: show-path all test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
@@ -55,7 +58,7 @@ present:
mv */*.gfc */*.gfr ../present
mathematical:
$(GF) -make -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
$(GF) -make -nocf $(GFCP) mathematical/Mathematical???.gf
mv mathematical/*.gfc ../mathematical
multimodal:

View File

@@ -15,7 +15,7 @@ lin n2 =
"segundo" "duodécimo" "vigésimo" "ducentésimo" ;
lin n3 =
mkTal "tres" "trece" "treinta" "trescientos"
"terzero" "decimotercero" "trigésimo" "tricentesimo" ;
"tercero" "decimotercero" "trigésimo" "tricentesimo" ;
lin n4 =
mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos"
"cuarto" "decimocuarto" "cuadragésimo" "cuadringentesimo" ;