blob: 54c22d0e43738afbcabdbdc14567fe43b09a1279 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to create Makefile.in
EXTRA_DIST = id-utils.el elisp-comp
elc_SCRIPTS = id-utils.elc
elcdir = @LISPDIR@
SUFFIXES = .el .elc
.el.elc:
@echo "WARNING: Warnings can be ignored. :-)"
$(SHELL) $(srcdir)/elisp-comp $<
|