(install-ids): New target.
authortomo <tomo>
Tue, 26 Nov 2002 17:40:48 +0000 (17:40 +0000)
committertomo <tomo>
Tue, 26 Nov 2002 17:40:48 +0000 (17:40 +0000)
(install): Call `install-ids'.

Makefile

index 301b96e..1e41d47 100644 (file)
--- 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)