forked from GitHub/gf-core
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
|