summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2021-06-19 16:09:40 +0530
committerArun Isaac2021-06-19 16:14:44 +0530
commit1df407a6c290346b0555fc187a90189876198e7c (patch)
tree5ac5e98dafcb593a779e2957c3d14ceb0509b4e8 /Makefile.am
parente40d0e3f82c3d00d27749f4bf3bd2eaefc61eec7 (diff)
downloadccwl-1df407a6c290346b0555fc187a90189876198e7c.tar.gz
ccwl-1df407a6c290346b0555fc187a90189876198e7c.tar.lz
ccwl-1df407a6c290346b0555fc187a90189876198e7c.zip
Makefile: Delete manual directory before rebuilding.
* Makefile.am (website/manual/dev/en): Delete directory before rebuilding.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c26227..aa7f08f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,7 @@ website/index.html: README.org
emacs -Q --script build-aux/build-home-page.el
website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html
+ rm -rf $@
$(MKDIR_P) $@
cp -v $< $@/index.html