aboutsummaryrefslogtreecommitdiffstats
path: root/doc_DE/Makefile
blob: 946e431c663934a035ef2f67f4adfc4f36114f50 (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
37
INCFILES = taborg*.tex pscpu.tex 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
	$(RM) commpseudo.tex cpupseudo.tex