3fb86afe87
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2020 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
12 lines
250 B
Makefile
12 lines
250 B
Makefile
# in order to produce pdf or html from manual.tex you have
|
|
# to manually edit manual.tex following the instructions at the beginning of
|
|
# it
|
|
|
|
pdf: manual.tex manual.bbl
|
|
pdflatex manual
|
|
pdflatex manual
|
|
|
|
html: manual.tex manual.bbl
|
|
htlatex manual
|
|
|