1
0
forked from GitHub/gf-core

"Urd in Phrasebook Makefile; correct form of adj Spa.spanish_A"

This commit is contained in:
aarne
2011-06-02 10:30:32 +00:00
parent ce312050bf
commit d9ccb26c98
3 changed files with 6 additions and 4 deletions

View File

@@ -5,17 +5,17 @@ all: fin demo missing
demo: compdemo linkdemo
compdemo:
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng
linkdemo:
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng
#separate, because slow...
fin:
$(compile) Fin
pgfs:
$(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe
$(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Urd
koe:
$(compile) Eng Fre DisambPhrasebookEng

View File

@@ -106,7 +106,7 @@ lin
Polish = mkNat (mkA "polaco") "polaco" "Polonia" ;
Romanian = mkNat (mkA "rumano") "rumano" "Rumania" ;
Russian = mkNat (mkA "ruso") "ruso" "Rusia" ;
Spanish = mkNat (mkA "español") "español" "España" ;
Spanish = mkNat spanish_A "español" "España" ;
Swedish = mkNat (mkA "sueco") "sueco" "Suecia" ;
-- means of transportation
@@ -308,5 +308,6 @@ lin
finnish_A = mkA "finlandés" "finlandesa" "finlandeses" "finlandesas" "finlandesamente" ;
french_A = mkA "francés" "francesa" "franceses" "francesas" "francesamente" ;
german_A = mkA "alemán" "alemana" "alemanes" "alemanas" "alemanamente" ;
spanish_A = mkA "español" "española" "españoles" "españolas" "españolamente" ;
}

View File

@@ -13,3 +13,4 @@ PhrasebookPol :
PhrasebookRon :
PhrasebookSpa :
PhrasebookSwe :
PhrasebookUrd :