diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6cb3b85..3061b74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,9 +121,10 @@ website/index.html: README.org website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html rm -rf $@ + $(MKDIR_P) $(dir $@) cp -vr $< $@ # The clean target depends on clean-local. We use clean-local to clean # up the website and the skribilo build directory. clean-local: - rm -rf website/index.html website/manual/dev/en $(SKRIBILO_BUILD_DIR) + rm -rf website/index.html website/manual $(SKRIBILO_BUILD_DIR) |