]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge branch 'master' of github.com:rocky/emacs-loc-changes
authorrocky <rocky@gnu.org>
Wed, 24 Jul 2013 02:30:18 +0000 (22:30 -0400)
committerrocky <rocky@gnu.org>
Wed, 24 Jul 2013 02:30:18 +0000 (22:30 -0400)
1  2 
Makefile.am

diff --cc Makefile.am
index 79aacf07c94aa8d2fa1c1e3c62e62d25911ba8b9,a631c55bf868dc13f9da0332473606dc6580c04e..99b64db53509c53da4013e999031d4428a5b2ae1
@@@ -1,20 -1,14 +1,18 @@@
- SUBDIRS = test
+ lispdir = @lispdir@
  
  lisp_files := $(wildcard *.el)
test_files := $(wildcard test/test-*.el)
lisp_LISP = $(lisp_files)
  
- EXTRA_DIST = $(lisp_files) $(test_files) README.textile
+ include common.mk
  
- CHECK_FILES = $(notdir $(test_files:.el=.run))
+ EXTRA_DIST = $(lisp_files) $(test_files) README.md THANKS
  
- lisp_LISP = $(lisp_files)
- check: test
+ test_files := $(wildcard test/test-*.el)
  
 +#: Run all tests without bloated output
 +check-short:
 +      $(MAKE) check 2>&1  | ruby make-check-filter.rb
 +
  if MAINTAINER_MODE
  
  CL = ChangeLog