-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
42 lines (29 loc) · 992 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
37
38
39
40
41
42
marginfix.zip:marginfix.dtx marginfix.pdf marginfix.ins README
mkdir marginfix
cp $^ marginfix/
zip -r $@ marginfix
rm -rf marginfix
marginfix.sty:marginfix.dtx marginfix.ins
yes | latex marginfix.ins
marginfix.pdf:marginfix.dtx
pdflatex marginfix.dtx
.PHONY: test clean
test:margintest.pdf tufte.pdf ragged.pdf defer.pdf phantom.pdf float.pdf stretch.pdf issue-15.pdf
margintest.pdf:marginfix.sty test/margintest.tex
pdflatex test/margintest.tex
tufte.pdf:marginfix.sty test/tufte.tex
pdflatex test/tufte.tex
ragged.pdf:marginfix.sty test/ragged.tex
pdflatex test/ragged.tex
defer.pdf:marginfix.sty test/defer.tex
pdflatex test/defer.tex
phantom.pdf:marginfix.sty test/phantom.tex
pdflatex test/phantom.tex
float.pdf:marginfix.sty test/float.tex
pdflatex test/float.tex
stretch.pdf:marginfix.sty test/stretch.tex
pdflatex test/stretch.tex
issue-15.pdf:marginfix.sty test/issue-15.tex
pdflatex test/issue-15.tex
clean:
rm *.log *.aux *.pdf tufte.out marginfix.sty