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:
aarne
2013-08-25 21:09:52 +00:00
parent 4e411be3b1
commit f5cd4939b8
5 changed files with 16 additions and 24 deletions

View File

@@ -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