From 96f48ebd97c19384f487c8a9c4cf474705ce1e37 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 24 Apr 2012 23:19:57 +0200 Subject: emacs.d/lisp/magit: version bump --- emacs.d/lisp/magit/Makefile.am | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 emacs.d/lisp/magit/Makefile.am (limited to 'emacs.d/lisp/magit/Makefile.am') diff --git a/emacs.d/lisp/magit/Makefile.am b/emacs.d/lisp/magit/Makefile.am deleted file mode 100644 index 8ae4192..0000000 --- a/emacs.d/lisp/magit/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -lispdir = $(datadir)/emacs/site-lisp -sitestartdir = $(sysconfdir)/emacs/site-start.d - -lisp_DATA = magit.el magit.elc -sitestart_DATA = 50magit.el - -info_TEXINFOS = magit.texi - -CLEANFILES = magit.elc -EXTRA_DIST = magit.el 50magit.el - -%.elc: %.el - @if [ $(builddir) != $(srcdir) ]; then ln $(srcdir)/$*.el .; fi - emacs --batch --eval '(byte-compile-file "$*.el")' - @if [ $(builddir) != $(srcdir) ]; then rm -f $*.el; fi - - -elpa: magit-pkg.el info - -@rm -rf magit-$(VERSION) - mkdir magit-$(VERSION) - cp magit.el magit-pkg.el magit.info magit-$(VERSION) - (cd magit-$(VERSION); ginstall-info --dir-file=dir magit.info) - tar cf magit-$(VERSION).tar magit-$(VERSION) - @rm -rf magit-$(VERSION) -- cgit v1.2.3