Files
gf-core/lib/resource-1.0/Makefile
2006-01-17 15:10:03 +00:00

14 lines
265 B
Makefile

test:
gf -src english/LangEng.gf swedish/LangSwe.gf german/LangGer.gf
stat:
wc english/*.gfc
wc swedish/*.gfc
wc german/*.gfc
gfdoc:
gfdoc -txthtml abstract/*.gf
gfdoc -txthtml */Paradigms*.gf
mv abstract/*.html doc/gfdoc
mv */Paradigms*.html doc/gfdoc