mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
refactored the RGL description to general and language-specific parts: new languages can be added by writing the latter ones and adding a Makefile entry
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
all: english
|
||||
|
||||
english:
|
||||
txt2tags -thtml --toc gf-grammar.txt
|
||||
echo "English: A Digital Grammar" >gf-english.txt
|
||||
cat gf-general-1.txt gf-english-1.txt gf-general-2.txt gf-english-2.txt >>gf-english.txt
|
||||
txt2tags -thtml --toc gf-english.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user