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.
This commit is contained in:
Achim Gratz 2012-04-21 16:55:57 +02:00 committed by Bastien Guerry
parent 44e7ed1a59
commit c5377f6034
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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)