use only relative paths for better compatibility with mixed Cygwin/NTEmacs installations
commit372948a88fcd203b9d0f47379b61f84511c3f02f
authorAchim Gratz <Stromeko@Stromeko.DE>
Sat, 19 May 2012 20:08:06 +0000 (19 22:08 +0200)
committerBastien Guerry <bzg@altern.org>
Mon, 21 May 2012 13:34:25 +0000 (21 15:34 +0200)
tree0fa24e7b7c7fe989824b61fc12243174b78258c3
parent42f7ba0d0238f88a1aad9e29958969fdee5e10c6
use only relative paths for better compatibility with mixed Cygwin/NTEmacs installations

* UTILITIES/org-fixup.el(org-make-org-install): Use relative filenames
  throughout, and query Emacs for directory names where a full path is
  required.  This avoids Cygwin/POSIX paths being misinterpreted by a
  stock NTEmacs.  Use the same regex as (org-reload) for enumerating
  the files to byte-compile.

* default.mk: Factor out standard load-path for Emacs started in lisp/
  into BATCHL and use this in defaults.  Make all paths to be
  interpreted by Emacs relative so Cygwin and NTEmacs can coexist.
UTILITIES/org-fixup.el
default.mk