summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPeter Ward <peteraward@gmail.com>2013-07-18 20:18:33 +1000
committerPeter Ward <peteraward@gmail.com>2013-07-18 20:18:33 +1000
commit86c88670ea757cee11864ec00e6819726c65473a (patch)
tree6d7a24abf2661b80df72fe8d0e53d72f5193ec09 /docs/Makefile
parenta08792ddb7ffeed3e1d376248777a5f7c010bd67 (diff)
conditionally show the code
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 5cd4a7e..1ccf8f0 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -17,7 +17,7 @@ ${BUILD_DIR}/%.tex: %.tex
./jinja2 --latex < $< > $@
${BUILD_DIR}/%.py: %.py
- ln $< $@
+ ln -sf ../$< $@
tutorial.pdf: ${BUILD_DIR}/tutorial.tex ${BUILD_FILES}
cd "${BUILD_DIR}" && \