]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/loc-changes/Makefile.am
Oops - should have added in branch externals/<pkg>
[gnu-emacs-elpa] / packages / loc-changes / Makefile.am
diff --git a/packages/loc-changes/Makefile.am b/packages/loc-changes/Makefile.am
deleted file mode 100644 (file)
index 99b64db..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-lispdir = @lispdir@
-
-lisp_files := $(wildcard *.el)
-lisp_LISP = $(lisp_files)
-
-include common.mk
-
-EXTRA_DIST = $(lisp_files) $(test_files) README.md THANKS
-
-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
-ChangeLog:
-       git log --pretty --numstat --summary | $(GIT2CL) > $@
-
-ACLOCAL_AMFLAGS=-I .
-
-endif
-
-#: Run all tests
-test: check
-
-#: Run all tests without bloated output
-check-short:
-       $(MAKE) check 2>&1  | ruby make-check-filter.rb
-
-check:
-       $(MAKE) -C test $@