File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ common = ${mergedrst} \
43
43
${images} \
44
44
Makefile \
45
45
vcl/*.vcl \
46
+ vtc/*.vtc \
46
47
util/control.rst \
47
48
# ${exercises_complete} \
48
49
${exercises_stuff} \
@@ -74,7 +75,7 @@ src/conf.py: src/conf.py.in ${BDIR}/version.rst
74
75
sed ' s/@@VERSION@@/${version}/g; s/@@SHORTVERSION@@/${versionshort}/g;' < $< > $@
75
76
76
77
sphinx : ${common} src/conf.py
77
- for a in util/* vcl material build/version.rst ; do \
78
+ for a in util/* vcl vtc material build/version.rst ; do \
78
79
if [ ! -e src/$$ a ]; then \
79
80
ln -s ${PWD} /$$ a src/$$ a ; \
80
81
fi ; \
@@ -101,7 +102,7 @@ sphinx: ${common} src/conf.py
101
102
102
103
# sphinx-build -b html -d build/doctrees src/ build/html
103
104
@$(MAKE) -C src/ html
104
- @$(MAKE) -C src/ epub
105
+ # @$(MAKE) -C src/ epub
105
106
106
107
mrproper : clean all
107
108
Original file line number Diff line number Diff line change
1
+ ../vtc
You can’t perform that action at this time.
0 commit comments