-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
36 lines (29 loc) · 853 Bytes
/
Makefile
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
# $Id$
# Author: Daniel Bosk <daniel@bosk.se>
# Date: 5 Aug 2013
SERVER= secure.itm.miun.se
PUBDIR= /home/danbos/www
CATEGORY= pub
DOCUMENTS= matematik-2.pdf
FILES= matematik-2.tex frontmatter.tex backmatter.tex matematik-2.bib
FILES+= preface.tex
FILES+= intro.tex
FILES+= logaritm.tex algebra.tex komplexa.tex
FILES+= linjekvsys.tex expekv.tex andragradekv.tex
FILES+= kurvor.tex likform.tex
FILES+= andragradsfunk.tex funkgraf.tex
FILES+= normalfordeln.tex stdavvik.tex regression.tex
USE_LATEXMK= yes
USE_BIBLATEX= yes
matematik-2.pdf matematik-2.ps: ${FILES}
clean:
${RM} figs/*-converted-to.pdf
${RM} matematik-2-1.asy matematik-2-1.pdf matematik-2.pre
miun.depend.mk:
ifeq (${MAKE},gmake)
lynx -dump http://ver.miun.se/build/$@ > $@
else
wget http://ver.miun.se/build/$@
endif
include miun.depend.mk
include miun.docs.mk