X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=bea06b51b552a24371f1874cc86e7212b81321ca;hb=25c974de7a2220f976bc6a99172cc60d79d6b5b7;hp=57c1aef5c432d526d15f9a7a832c3189f54580f2;hpb=32349971724768a46901c004c6b8853b08391682;p=elisp%2Fwanderlust.git diff --git a/Makefile b/Makefile index 57c1aef..bea06b5 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ check: test: $(EMACS) $(FLAGS) -l WL-MK -f test-wl $(LISPDIR) $(PIXMAPDIR) +update-version: + $(EMACS) $(FLAGS) -l WL-MK -f update-version $(LISPDIR) $(PIXMAPDIR) + install-elc: $(EMACS) $(FLAGS) -l WL-MK -f install-wl-package $(LISPDIR) $(PIXMAPDIR) @@ -43,7 +46,7 @@ uninstall-elc: $(EMACS) $(FLAGS) -l WL-MK -f uninstall-wl-package $(LISPDIR) $(PIXMAPDIR) clean-elc: - rm -f wl/*.elc wl/*~ wl/auto-autoloads.el wl/custom-load.el elmo/*.elc utils/*.elc utils/hmac/lisp/*.elc + rm -f wl/*.elc wl/*~ wl/auto-autoloads.el wl/custom-load.el wl/wl-news.el elmo/*.elc utils/*.elc utils/hmac/lisp/*.elc package: $(XEMACS) $(FLAGS) -l WL-MK -f compile-wl-package-xmas $(PACKAGEDIR) $(PIXMAPDIR)