projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508e307
)
(package): New target.
author
morioka
<morioka>
Sat, 27 Feb 1999 10:48:42 +0000
(10:48 +0000)
committer
morioka
<morioka>
Sat, 27 Feb 1999 10:48:42 +0000
(10:48 +0000)
(install-package): Depend on `package'.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0922973
..
eb36185
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,7
+26,10
@@
install:
$(VERSION_SPECIFIC_LISPDIR) # $(MAKE)
-install-package:
+package:
+ $(XEMACS) $(FLAGS) -f compile-apel-package $(PACKAGEDIR)
+
+install-package: package
$(XEMACS) $(FLAGS) -f install-apel-package $(PACKAGEDIR) \
# $(MAKE)