aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.bookup4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.bookup b/Makefile.bookup
index 8a9460b..302ba30 100644
--- a/Makefile.bookup
+++ b/Makefile.bookup
@@ -152,8 +152,8 @@ bookdown_html:
# Add symlink to the archive and to the slides
# This symlink is useful for checking things in localhost
# But it tends to be replaced during remote deployment
- @cd compiled && ln -s ../archive
- @cd compiled && ln -s ../slides
+ @cd compiled &> /dev/null && ln -s ../archive
+ @cd compiled &> /dev/null && ln -s ../slides
bookdown_pdf:
# Cleanup old builds