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