diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
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}" && \ |