mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
9 lines
168 B
Makefile
9 lines
168 B
Makefile
all: html tex
|
|
|
|
html:
|
|
txt2tags -thtml --toc gf-tutorial2_9.txt
|
|
tex:
|
|
txt2tags -ttex --toc gf-tutorial2_9.txt
|
|
pdflatex gf-tutorial2_9.tex
|
|
pdflatex gf-tutorial2_9.tex
|