annotate prepaper/Makefile @ 12:8601a00a2ec1

add pdf, fix Makefiles
author oc
date Tue, 17 Feb 2015 10:56:30 +0900
parents 16c5f065f7e7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
1 TARGET=2015_final_pre
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
2 TEX=platex
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
3 DVIPDF=dvipdfmx
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
4
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
5 .SUFFIXES: .tex .dvi
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
6
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
7 all: pdf# $(TARGET).ps
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
8 open $(TARGET).pdf
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
9
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
10 dvi:
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
11 $(TEX) $(TARGET)
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
12
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
13 pdf: dvi
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
14 $(DVIPDF) $(TARGET)
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
15
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
16
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
17 clean:
16c5f065f7e7 change files structure, new directory paper and preparer
oc
parents:
diff changeset
18 rm -f $(TARGET).dvi $(TARGET).aux $(TARGET).log