File tree Expand file tree Collapse file tree 3 files changed +2298
-790
lines changed Expand file tree Collapse file tree 3 files changed +2298
-790
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ DEFAULTS := $(THIS_DIR)md/defaults.yaml
4
4
include $(THIS_DIR ) wg21/Makefile
5
5
6
6
$(THIS_DIR ) md/defaults.yaml : $(THIS_DIR ) md/defaults.py
7
- python $< > $@
7
+ python3 $< > $@
8
8
9
9
$(OUTDIR ) /sd6.md : sd6.py sd6.tmpl macros.yaml reduced.json $(THIS_DIR ) md/defaults.yaml
10
- python $< > $@
10
+ source ~ /dev/venv/bin/activate && python3 $< > $@
11
11
12
12
$(OUTDIR ) /sd6.html : $(OUTDIR ) /sd6.md $(DEPS )
13
13
$(PANDOC ) --bibliography $(THIS_DIR ) md/wg21_fmt.yaml --bibliography $(DATADIR ) /csl.json --bibliography $(THIS_DIR ) md/early.yaml
14
14
15
15
reduced.json : md/wg21_fmt.yaml wg21/data/csl.json md/early.yaml reduce_refs.py
16
- python reduce_refs.py > $@
16
+ python3 reduce_refs.py > $@
17
17
18
18
19
19
.DEFAULT_GOAL := $(OUTDIR ) /sd6.html
You can’t perform that action at this time.
0 commit comments