From 3a129bac207ee04c9c77915fd4ec95c91a497f75 Mon Sep 17 00:00:00 2001 From: "Kai Tetzlaff (chogori.tetzco.de)" Date: Thu, 28 Jan 2016 22:48:30 +0100 Subject: [PATCH] Makefile: update rule for org-mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bba50f..580e69b 100755 --- a/Makefile +++ b/Makefile @@ -202,7 +202,7 @@ org-mode: infodir=$(INFO_DIR)\ lispdir=$(LISP_DIR)/org-mode\ datadir=$(DOT_DIR)/share/org-mode - $(MAKE) -C $(DIR-$@) install install-info doc\ + $(MAKE) -C $(DIR-$@) doc install install-info install-lisp\ EMACS="$(EMACS) --eval '(setq vc-handled-backends nil)'"\ prefix=$(DOT_DIR)\ infodir=$(INFO_DIR)\