aboutsummaryrefslogtreecommitdiffstats
path: root/doc_EN/Makefile
blob: fdedff79f0ec3acbf14f2f7d8e26beeeadf16f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
INCFILES = ../doc_DE/taborg*.tex ../doc_DE/pscpu.tex ../doc_DE/pscomm.tex

all: as.doc as.html as.ps

as.ps: as.dvi
	dvips as -o

as.dvi: as.tex $(INCFILES)
	latex as
	latex as
	makeindex as
	latex as

as.doc: as.tex $(INCFILES) $(TEX2DOC)
	$(TEX2DOC) as.tex as.doc
	$(TEX2DOC) as.tex as.doc

as.html: as.tex $(INCFILES) $(TEX2HTML)
	$(TEX2HTML) as.tex as.html
	$(TEX2HTML) as.tex as.html

clean:
	$(RM) as.dvi
	$(RM) as.ps
	$(RM) as.i*
	$(RM) *log
	$(RM) as.aux
	$(RM) as.toc
	$(RM) *~
	$(RM) DEADJOE
	$(RM) as.doc
	$(RM) as.dtoc
	$(RM) as.daux
	$(RM) as.html
	$(RM) as.htoc
	$(RM) as.haux