diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aa7f08f..395ac7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ uninstall-local: website: website/index.html website/manual/dev/en website/index.html: README.org - mkdir -p $(dir $@) + $(MKDIR_P) $(dir $@) emacs -Q --script build-aux/build-home-page.el website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html |