projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31ca15
)
(install-ids): New target.
author
tomo
<tomo>
Tue, 26 Nov 2002 17:40:48 +0000
(17:40 +0000)
committer
tomo
<tomo>
Tue, 26 Nov 2002 17:40:48 +0000
(17:40 +0000)
(install): Call `install-ids'.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)