projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349fae2
)
(package): Don't update auto-autoloads.el and custom-load.el.
author
morioka
<morioka>
Fri, 11 Sep 1998 23:15:15 +0000
(23:15 +0000)
committer
morioka
<morioka>
Fri, 11 Sep 1998 23:15:15 +0000
(23:15 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
44dde99
..
50fb03c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-31,11
+31,6
@@
install: elc
package:
- $(XEMACS) -batch -q -no-site-file \
- -eval '(setq autoload-package-name "flim")' \
- -l autoload -f batch-update-directory .
- $(XEMACS) -batch -q -no-site-file \
- -l cus-dep -f Custom-make-dependencies .
$(XEMACS) $(FLAGS) -f compile-flim-package $(PACKAGEDIR)
install-package: package