Browse Source

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.
Achim Gratz 13 years ago
parent
commit
c5377f6034
2 changed files with 6 additions and 3 deletions
  1. 3 1
      doc/Makefile
  2. 3 2
      lisp/Makefile

+ 3 - 1
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
 

+ 3 - 2
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)