From 86c88670ea757cee11864ec00e6819726c65473a Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 18 Jul 2013 20:18:33 +1000 Subject: conditionally show the code --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') 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}" && \ -- cgit v1.2.3