source:
branches/with_autoconf/doc/Makefile.am
@
37
Last change on this file since 37 was 8, checked in by , 16 years ago | |
---|---|
File size: 405 bytes |
Rev | Line | |
---|---|---|
[8] | 1 | |
2 | if BUILD_DOCS | |
3 | ps_pdf_doc=SystemCASS.pdf SystemCASS.ps | |
4 | eps_figures=SystemeType.eps Automate.eps | |
5 | endif | |
6 | ||
7 | doc_DATA = $(ps_pdf_doc) | |
8 | #latex_opts=-interaction batchmode # | |
9 | latex_opts= -halt-on-error | |
10 | ||
11 | %.pdf: %.ps | |
12 | ps2pdf $< | |
13 | ||
14 | %.ps: %.dvi | |
15 | dvips -o $@ $< | |
16 | ||
17 | %.dvi %.bbl: %.tex %.bib $(eps_figures) | |
18 | latex $(latex_opts) $< | |
19 | bibtex $* | |
20 | latex $(latex_opts) $< | |
21 | latex $(latex_opts) $< | |
22 | ||
23 | %.eps: %.fig | |
24 | fig2dev -L eps $< $@ |
Note: See TracBrowser
for help on using the repository browser.