forked from Mirrors/freeswitch
257a892998
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@495 d0543943-73ff-0310-b7d9-9358b9ac24b2
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}
|