File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
examples/latex-generation/paper Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
INCLUDES = ../theories
2
2
3
+ LATEXMK_EXISTS = $(if $(which latexmk),yes,no)
4
+
5
+ ifeq($(LATEXMK_EXISTS), yes)
3
6
paper.pdf: paper.tex holtexbasic.sty
4
7
latexmk -pdf paper
5
-
6
- munge: ppLib.uo
7
- $(HOLDIR)/bin/mkmunge.exe -o $@ $<
8
+ endif
8
9
9
10
paper.tex: paper.htex overrides munge
10
11
./munge overrides < $< > $@
11
12
13
+ munge: ppLib.uo
14
+ $(HOLDIR)/bin/mkmunge.exe -o $@ $<
12
15
13
16
holtexbasic.sty: $(HOLDIR)/src/TeX/holtexbasic.sty
14
17
$(CP) $< $@
15
18
16
- EXTRA_CLEANS = holtexbasic.sty paper.pdf paper.tex paper.fls paper.aux paper.fdb_latexmk paper.log munge
19
+ EXTRA_CLEANS = holtexbasic.sty paper.pdf paper.tex paper.fls paper.aux \
20
+ paper.fdb_latexmk paper.log munge
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ EXDIRS = algebra/aat \
52
52
hardware hfs \
53
53
imperative ind_def \
54
54
l3-machine-code/common \
55
- lambda \
55
+ lambda latex-generation/paper \
56
56
logic logic/folcompactness logic/modal-models logic/modal-tableaux \
57
57
logic/ncfolproofs logic/propositional_logic logic/relevant-logic \
58
58
logic/temporal/src \
You can’t perform that action at this time.
0 commit comments