From e31c92f9c387f4af56fb1045d0406da12468e699 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 30 Apr 2013 19:46:21 +0000 Subject: [PATCH] added Mlt to make synopsis and make resourcedemo but didn't update the actual documents on the web server yet --- lib/doc/Makefile | 1 + lib/doc/MkSynopsis.hs | 3 ++- lib/src/Make.hs | 2 +- lib/src/api/TryMlt.gf | 2 +- lib/src/demo/Makefile | 4 ++-- lib/src/demo/MkMini.hs | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/doc/Makefile b/lib/doc/Makefile index 5567d9e8f..800d663de 100644 --- a/lib/doc/Makefile +++ b/lib/doc/Makefile @@ -34,6 +34,7 @@ exx: exx-script gf -retain -s ../alltenses/TryIta.gfo api-examples-Ita.txt gf -retain -s ../alltenses/TryJpn.gfo api-examples-Jpn.txt gf -retain -s ../alltenses/TryLav.gfo api-examples-Lav.txt + gf -retain -s ../alltenses/TryMlt.gfo api-examples-mlt.txt gf -retain -s ../alltenses/TryNep.gfo api-examples-Nep.txt gf -retain -s ../alltenses/TryNor.gfo api-examples-Nor.txt gf -retain -s ../alltenses/TryPes.gfo api-examples-Pes.txt diff --git a/lib/doc/MkSynopsis.hs b/lib/doc/MkSynopsis.hs index 68be79a16..8df378a0a 100644 --- a/lib/doc/MkSynopsis.hs +++ b/lib/doc/MkSynopsis.hs @@ -19,7 +19,7 @@ revealedLang = "Eng" -- all languages shown apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words -- "Eng Chi" - "Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd" + "Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd" ] main = do @@ -255,6 +255,7 @@ paradigmFiles = [ ("Italian", srcPath "/italian/ParadigmsIta.gf"), ("Japanese", srcPath "/japanese/ParadigmsJpn.gf"), ("Latvian", srcPath "/latvian/ParadigmsLav.gf"), + ("Maltese", srcPath "/maltese/ParadigmsMlt.gf"), ("Nepali", srcPath "/nepali/ParadigmsNep.gf"), ("Norwegian", srcPath "/norwegian/ParadigmsNor.gf"), ("Polish", srcPath "/polish/ParadigmsPol.gf"), diff --git a/lib/src/Make.hs b/lib/src/Make.hs index 2364ce361..b4fc54ef5 100644 --- a/lib/src/Make.hs +++ b/lib/src/Make.hs @@ -79,7 +79,7 @@ langsLang = langs `except` langsIncomplete langsPresent = langsLang `except` ["Chi","Gre","Heb","Jpn","Mlt","Nep","Pes","Snd","Tha","Thb"] -- languages for which Lang can be compiled but which are incomplete -langsIncomplete = ["Amh","Ara","Heb","Lat","Mlt","Tur","Thb"] +langsIncomplete = ["Amh","Ara","Heb","Lat","Tur","Thb"] -- languages for which to compile Try langsAPI = langsLang `except` langsIncomplete diff --git a/lib/src/api/TryMlt.gf b/lib/src/api/TryMlt.gf index bf304242c..cdd1fd123 100644 --- a/lib/src/api/TryMlt.gf +++ b/lib/src/api/TryMlt.gf @@ -1,6 +1,6 @@ --# -path=.:alltenses:prelude -resource TryMlt = SyntaxMlt, LexiconMlt, ParadigmsMlt ** +resource TryMlt = SyntaxMlt, LexiconMlt, ParadigmsMlt - [mkAdN, mkAdv,mkOrd,mkQuant] ** open (P = ParadigmsMlt) in { } diff --git a/lib/src/demo/Makefile b/lib/src/demo/Makefile index 300b32205..ea27dbeb8 100644 --- a/lib/src/demo/Makefile +++ b/lib/src/demo/Makefile @@ -6,7 +6,7 @@ src: runghc MkMini.hs compdemo: - $(compile) Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd + $(compile) Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd linkdemo: - $(compile) -link Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd + $(compile) -link Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd diff --git a/lib/src/demo/MkMini.hs b/lib/src/demo/MkMini.hs index b2137d463..d90353f09 100644 --- a/lib/src/demo/MkMini.hs +++ b/lib/src/demo/MkMini.hs @@ -2,7 +2,7 @@ src = "Eng" langs = [ "Afr","Bul","Cat","Chi","Dan","Dut", "Fin","Fre","Ger","Gre","Hin","Ita", - "Jpn","Lav","Nep","Nor","Pes", + "Jpn","Lav","Mlt","Nep","Nor","Pes", "Pol","Pnb","Ron","Rus","Snd", "Spa","Swe","Tha","Urd" ]