mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
EXTRA_DIST = jrtplib.tex manual.tex
|
||
|
|
||
|
doc: jrtplib.pdf
|
||
|
|
||
|
jrtplib.pdf: jrtplib.tex
|
||
|
pdflatex jrtplib.tex
|
||
|
pdflatex jrtplib.tex
|
||
|
|
||
|
clean:
|
||
|
rm -f jrtplib.{toc,aux,log,pdf}
|