48b6818654
modified targets of Makefile git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2025 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
12 lines
264 B
Makefile
12 lines
264 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
|
|
|
|
manual.pdf: manual.tex manual.bbl
|
|
pdflatex manual
|
|
pdflatex manual
|
|
|
|
manual.html: manual.tex manual.bbl
|
|
htlatex manual
|
|
|