Skip to content

Commit 12bd332

Browse files
author
franciscovg
committed
Update Makefile to include vtc files varnish#72
1 parent 6534a32 commit 12bd332

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ common = ${mergedrst} \
4343
${images} \
4444
Makefile \
4545
vcl/*.vcl \
46+
vtc/*.vtc \
4647
util/control.rst \
4748
#${exercises_complete} \
4849
${exercises_stuff} \
@@ -74,7 +75,7 @@ src/conf.py: src/conf.py.in ${BDIR}/version.rst
7475
sed 's/@@VERSION@@/${version}/g; s/@@SHORTVERSION@@/${versionshort}/g;' < $< > $@
7576

7677
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 \
7879
if [ ! -e src/$$a ]; then \
7980
ln -s ${PWD}/$$a src/$$a ;\
8081
fi; \
@@ -101,7 +102,7 @@ sphinx: ${common} src/conf.py
101102

102103
# sphinx-build -b html -d build/doctrees src/ build/html
103104
@$(MAKE) -C src/ html
104-
@$(MAKE) -C src/ epub
105+
# @$(MAKE) -C src/ epub
105106

106107
mrproper: clean all
107108

src/vtc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../vtc

0 commit comments

Comments
 (0)