Skip to content

Commit 912a656

Browse files
committed
Updating
1 parent 945bf04 commit 912a656

File tree

3 files changed

+2298
-790
lines changed

3 files changed

+2298
-790
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ DEFAULTS := $(THIS_DIR)md/defaults.yaml
44
include $(THIS_DIR)wg21/Makefile
55

66
$(THIS_DIR)md/defaults.yaml : $(THIS_DIR)md/defaults.py
7-
python $< > $@
7+
python3 $< > $@
88

99
$(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 $< > $@
1111

1212
$(OUTDIR)/sd6.html : $(OUTDIR)/sd6.md $(DEPS)
1313
$(PANDOC) --bibliography $(THIS_DIR)md/wg21_fmt.yaml --bibliography $(DATADIR)/csl.json --bibliography $(THIS_DIR)md/early.yaml
1414

1515
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 > $@
1717

1818

1919
.DEFAULT_GOAL := $(OUTDIR)/sd6.html

0 commit comments

Comments
 (0)