<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>magit-pkg.el.in</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -34,3 +34,4 @@
 /magit.vr
 /magit.pdf
 /magit.ps
+/magit-pkg.el</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -13,3 +13,12 @@ EXTRA_DIST = magit.el 50magit.el
 	@if [ $(builddir) != $(srcdir) ]; then ln $(srcdir)/$*.el .; fi
 	emacs --batch --eval '(byte-compile-file &quot;$*.el&quot;)'
 	@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)</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,7 @@ AC_INIT(magit, 0.8)
 AC_CONFIG_SRCDIR([magit.el])
 AM_INIT_AUTOMAKE
 
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile 
+	         magit-pkg.el])
 
 AC_OUTPUT</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -1846,6 +1846,7 @@ in log buffer.&quot;
       (let ((default-directory dir))
 	(magit-run* (list &quot;git&quot; &quot;init&quot;))))))
 
+;;;###autoload
 (defun magit-status (dir)
   (interactive (list (or (and (not current-prefix-arg)
 			      (magit-get-top-dir default-directory))</diff>
      <filename>magit.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>abd643c681fd3352a84745c9614d778a79e1363f</id>
    </parent>
  </parents>
  <author>
    <name>Marius Vollmer</name>
    <email>marius.vollmer@gmail.com</email>
  </author>
  <url>http://github.com/jwiegley/magit/commit/417dd46093077a5d754dae87bd1cd377bb724aa2</url>
  <id>417dd46093077a5d754dae87bd1cd377bb724aa2</id>
  <committed-date>2009-03-09T13:15:07-07:00</committed-date>
  <authored-date>2009-03-09T12:59:38-07:00</authored-date>
  <message>Elpanized.

From Tom Tromey.  Thanks!

* Makefile.am (elpa): New target to create elpa tarball.
* magit-pkg.el.in: New.
* configure.ac: Create magit-pkg.el from it.
* magit.el: Added autoload for magit-status.</message>
  <tree>7b99bade1dd2ef8e579e8a1ab507eb87afdc7ef6</tree>
  <committer>
    <name>Marius Vollmer</name>
    <email>marius.vollmer@gmail.com</email>
  </committer>
</commit>
