Commit code extracted from paper by V.T. Toth and S.G. Turyshev,
[maxima.git] / interfaces / tex / Xmaxima / Makefile
blobe528dc2af8638508e930894cd41933414ee6551a
1 # -*-mode: makefile; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
3 # $Id: Makefile,v 1.2 2006-06-27 16:52:59 villate Exp $
6 # TEXINPUTS=../texinputs:${TEXINPUTS}
8 HTML = ../../html/Maxima
10 stys = maxima.sty
12 #perls = maxima.perl
15 default: pdf
17 #html: ${HTML}/Xmaxima/Xmaxima.html
19 pdf: Xmaxima.pdf
21 Xmaxima.pdf: Xmaxima.tex $(stys)
22 pdflatex Xmaxima.tex
23 makeindex Xmaxima
24 pdflatex Xmaxima.tex
26 dvi: Xmaxima.dvi
28 Xmaxima.dvi: Xmaxima.tex $(stys)
29 latex Xmaxima.tex
30 makeindex Xmaxima
31 latex Xmaxima.tex
32 latex Xmaxima.tex
34 touch::
35 -chmod 644 Xmaxima.tex
36 touch Xmaxima.tex
38 #${HTML}/Xmaxima/Xmaxima.html: Xmaxima.tex perls
39 # rm -rf ${HTML}/Xmaxima
40 # mkdir ${HTML}/Xmaxima
41 # latex2html.sh -reuse 1 -split 4 -link 2 -info 0 \
42 # -dir $(HTML)/Xmaxima \
43 # -noaddress -top_navigation \
44 # Xmaxima.tex
45 # cp ${HTML}/Xmaxima/Xmaxima.html ${HTML}/Xmaxima/index.html
48 clean:
49 # rm -rf ${HTML}/Xmaxima
50 rm -f *.dvi core
52 veryclean:
53 rm -f *.log *.aux *.idx *.ind *.ilg *.log *.out *.toc