From 75a1cfd2929b55b6212862bf3833d34130b6b9e4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 3 Jul 2021 18:12:06 +0530 Subject: Makefile: Do not create website directory. The website directory is checked into the git repository and need not be created. * Makefile.am (website/index.html): Do not create website directory. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a990a67..5c625f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -160,7 +160,6 @@ uninstall-local: website: website/index.html website/manual/dev/en website/index.html: README.org - $(MKDIR_P) $(dir $@) $(EMACS_GEN)$(EMACS) -Q --script build-aux/build-home-page.el website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html -- cgit v1.2.3