provide for .el files that should be installed, but not compiled
commit0c9ba749554fbf07ebe6e4b67a8fe845a7979d58
authorAchim Gratz <Stromeko@Stromeko.DE>
Mon, 4 Jun 2012 19:27:27 +0000 (4 21:27 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 15 Jul 2012 16:31:37 +0000 (15 18:31 +0200)
tree04f63ac12dd59f5229096d22a1a55001db6745ef
parent8db7b8fc19973409c7b25dc2daf2c588807947e9
provide for .el files that should be installed, but not compiled

* lisp/Makefile: Add LISPN (empty by default) which is used to filter
  out files from LISPC.  This means that install will not fail due to
  a corresponding .elc missing.  This might become useful if lisp
  source files set "no-byte-compile: t" for whatever reason.
lisp/Makefile