Handle all .el files same.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Feb 2015 19:21:11 +0200
changeset 1209 aa1de5eb3665
parent 1208 e2ce4a60af3e
child 1210 b149f50121ac
Handle all .el files same.
Makefile
--- a/Makefile	Tue Feb 17 15:07:54 2015 +0200
+++ b/Makefile	Thu Feb 19 19:21:11 2015 +0200
@@ -65,7 +65,7 @@
 ################################################################
 # Proj dirs/files.
 
-EL_FILES := $(wildcard *-mode.el) debian-doc.el maven-central.el
+EL_FILES := $(wildcard *.el)
 
 RST_FILES := $(wildcard *.rst)
 HTML_FILES := $(RST_FILES:.rst=.html)