Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | info_TEXINFOS = fftw.texi |
2 | |||
3 | fftw_TEXINFOS = fftw.texi version.texi |
||
4 | |||
5 | HTML_FILES = equation-1.gif fftw_1.html fftw_4.html fftw_7.html \ |
||
6 | fftw_foot.html equation-2.gif fftw_2.html fftw_5.html fftw_8.html \ |
||
7 | fftw_toc.html equation-3.gif fftw_3.html fftw_6.html fftw_9.html \ |
||
8 | fftw_10.html equation-4.gif |
||
9 | |||
10 | EXTRA_DIST = fftw.ps $(HTML_FILES) texi2html rfftwnd.fig rfftwnd.gif |
||
11 | PERL = @PERL@ |
||
12 | DVIPS = dvips -Z |
||
13 | |||
14 | html: $(fftw_TEXINFOS) rfftwnd.gif |
||
15 | $(PERL) texi2html -split_chapter -no_toc_href fftw.texi |
||
16 | |||
17 | $(HTML_FILES): html |
||
18 | |||
19 | # fig2dev gif output sucks. |
||
20 | # rfftwnd.gif: rfftwnd.fig |
||
21 | # fig2dev -L gif rfftwnd.fig rfftwnd.gif |
||
22 | |||
23 | fftw.ps: rfftwnd.eps |
||
24 | |||
25 | rfftwnd.eps: rfftwnd.fig |
||
26 | fig2dev -L ps -m .7 rfftwnd.fig rfftwnd.eps |
||
27 | |||
28 | clean-local: |
||
29 | rm -f *.html |