From 1df407a6c290346b0555fc187a90189876198e7c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 19 Jun 2021 16:09:40 +0530 Subject: Makefile: Delete manual directory before rebuilding. * Makefile.am (website/manual/dev/en): Delete directory before rebuilding. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3