move all version strings into org-install.el
commit6da2d089b0c0f165134e33e12267a51a9ac41f52
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 6 Nov 2011 16:53:45 +0000 (6 17:53 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 20 Apr 2012 19:04:10 +0000 (20 21:04 +0200)
tree69121a73343f6cf4c131062561d1e4954392b57b
parent306c748f6380c6c555f84f2079c4d57f9810b4d6
move all version strings into org-install.el

* targets.mk: check for release and git version and record this
into environment variables for use in sub-make invocations; add
new target "compile-dirty" that does not invoke "make clean" first
* doc/Makefile, lisp/Makefile: remove git version check, since
they are now provided by first-level make
* lisp/Makefile: add insertion of version information into
org-install.el, have org-install.el depend on LISPF rather than
LISPC so that autoloads can be produced without compiling
everything and remove insertion into org.el and re-compilation
during install; add new target "compile-dirty" to support
invocation from first-level make
* lisp/org.el (org-version): remove determination of version
information, show "N/A" if the information is not provided via
org-install.el
doc/Makefile
lisp/Makefile
lisp/org.el
targets.mk