From c5377f6034de4f787663eaa8af021052ddea4d51 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sat, 21 Apr 2012 16:55:57 +0200 Subject: [PATCH] always make version files * doc/Makefile: make org-version.inc .PHONY so that it is always re-made. * lisp/Makefile: make org-version.el .PHONY so that it is always re-made. --- doc/Makefile | 4 +++- lisp/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 83980cdc8..d8e26a3f3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,9 @@ ifeq ($(MAKELEVEL), 0) $(error This make needs to be started as a sub-make from the toplevel directory.) endif -.PHONY: all info html pdf card manual guide install clean cleanall clean-install +.PHONY: all info html pdf card manual guide install \ + clean cleanall clean-install \ + org-version.texi all: info html pdf card diff --git a/lisp/Makefile b/lisp/Makefile index 7e140d756..65b9e29fc 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -43,11 +43,12 @@ LISPC = $(LISPF:%el=%elc) .PHONY: all compile compile-dirty \ autoloads \ - install clean cleanauto cleanall clean-install + install clean cleanauto cleanall clean-install \ + org-version.el all \ compile \ -compile-dirty: cleanauto +compile-dirty: cleanauto org-version.el $(ELCDIR) autoloads: $(LISPO) -- 2.11.4.GIT