From e31e4a6da2c6352d8ae9faed68945f5a832f7bdc Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 26 Nov 2002 17:40:48 +0000 Subject: [PATCH] (install-ids): New target. (install): Call `install-ids'. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 301b96e..1e41d47 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ elc: package install-elc: install-package -install: install-elc +install: install-elc install-ids package: @@ -36,6 +36,9 @@ package: install-package: package $(XEMACS) $(FLAGS) -f install-ids-package $(PACKAGEDIR) +install-ids: + $(XEMACS) $(FLAGS) -l install-ids.el + clean: -$(RM) $(GOMI) -- 1.7.10.4