-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
53 lines (29 loc) · 947 Bytes
/
Makefile
File metadata and controls
53 lines (29 loc) · 947 Bytes
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
38
39
40
41
42
43
44
45
46
47
48
49
50
########################################################
## $Id: Makefile,v 1.3 2001-04-24 10:08:52 swprakt Exp $
########################################################
TEXDIR = /home/ms/tex/inputs
TEXDIR2 = /home/ms/dc/tex/inputs
TEXDIR3 = ../tex/inputs
DOC = main
HEVEA = hevea
HEVEAOPTS = -fix -exec xxdate.exe
HACHA = hacha
WEBDIR = /home/info/www/inf/deRoever/SS01/Java/Snot
.SUFFIXES:
.SUFFIXES: .c
test:
true
clean:
rm -f *~ *.dvi *.log *.aux *.ps *.html *motif.gif *.haux *.toc *.blg
%.dvi: *.tex
latex ankuendigung.tex
ps: main.dvi
dvips -o main.ps main.dvi
smallps:
rm -f main-small.ps
psnup -2 main.ps > main-small.ps
www: index.html
cp *.html $(WEBDIR)
html: $(DOC).tex
$(HEVEA) $(HEVEAOPTS) $(TEXDIR2)/ocamlweb.sty $(TEXDIR3)/handout-title.tex $(TEXDIR3)/macros.hva $(TEXDIR3)/macros.tex $(DOC).tex -o index.html
# $(HACHA) -o index-tex.html $(DOC).html