From 97a8eb00ef5e7fcd6b0d370d4e33b10dcec08497 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 9 May 2018 08:19:21 +0200 Subject: [PATCH] Makefile: Add "org-manual.org" as a pre-requisite * doc/Makefile (org.texi): Makefile: Add "org-manual.org" as a pre-requisite. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index c37c80133..14dea7ec6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,7 +27,7 @@ guide:: orgguide.texi org-version.inc ../mk/guidesplit.pl $@/* endif -org.texi: +org.texi: org-manual.org $(BATCH) \ --eval '(add-to-list '"'"'load-path "../lisp")' \ --eval '(load "../mk/org-fixup.el")' \