<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>autogen.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ VERSION		= 3.0
 ACLOCAL_AMFLAGS = -I m4
 dist_man_MANS	= doc/ledger.1
 SUBDIRS         = po intl
-EXTRA_DIST	= config.rpath contrib
+EXTRA_DIST	= autogen.sh config.rpath contrib
 
 lib_LTLIBRARIES =				\
 	libledger_report.la			\
@@ -418,7 +418,7 @@ fullcheck: cppunittests
 
 ######################################################################
 
-EXTRA_DIST += doc/LICENSE doc/NEWS
+EXTRA_DIST += doc/README doc/LICENSE doc/NEWS
 EXTRA_DIST += doc/Doxyfile doc/ledger.pdf doc/refman.pdf
 
 DISTCLEANFILES += doc/ledger.info doc/ledger.pdf \
@@ -434,7 +434,6 @@ dist-hook:
 	cp -pR doc/html $(distdir)/doc
 	rm -f $(distdir)/README.textile
 	cp -p $(srcdir)/doc/README $(distdir)/README
-	cp -p $(srcdir)/tools/autogen.sh $(distdir)/autogen.sh
 
 distclean-local:
 	rm -fr doc/html doc/latex
@@ -498,11 +497,11 @@ copy-sources:
 
 release: copy-sources
 	(cd $(STAGING); \
-	 nice -n 20 ./acprep --release --opt --build -j3 clean all)
+	 nice -n 20 ./acprep --release --opt --build -j3)
 
 release-distcheck: copy-sources
 	(cd $(STAGING); \
-	 nice -n 20 ./acprep --release --build -j3 clean distcheck)
+	 nice -n 20 ./acprep --release --build -j3 distcheck)
 
 benchmark: release
 	PATH=$(PATH):$(srcdir)/tools \</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ then
 
     echo &quot;m4_define([VERSION_NUMBER], [$COMMIT])&quot; &gt; version.m4
 
-    sh tools/autogen.sh
+    sh autogen.sh
 
     # configure the template files
     if [ ! -f po/Makevars ]; then</diff>
      <filename>acprep</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,13 @@
 
 &quot;$(tg --hooks-path)&quot;/pre-commit &quot;$@&quot; || exit $?
 
+if echo $(git rev-parse --symbolic-full-name HEAD) | grep -q ^refs/heads/t/; then
+    exit 0
+fi
+if [ $(git rev-parse --symbolic-full-name HEAD) = refs/heads/test ]; then
+    exit 0
+fi
+
 # These are the locations I keep my temporary source and build trees in
 TMPDIR=$HOME/Products/ledger-pre-commit
 MIRROR=$HOME/Products/ledger-pre-commit-mirror</diff>
      <filename>tools/pre-commit</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>tools/autogen.sh</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5ce7755f305bb7d72a99432fc50b86d06b5067bc</id>
    </parent>
  </parents>
  <author>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </author>
  <url>http://github.com/jwiegley/ledger/commit/70b1c21603a84876016e70457fe92c1b57be7851</url>
  <id>70b1c21603a84876016e70457fe92c1b57be7851</id>
  <committed-date>2009-03-07T00:14:11-08:00</committed-date>
  <authored-date>2009-03-07T00:14:11-08:00</authored-date>
  <message>make release-distcheck works again</message>
  <tree>464c6eece5e840209a8202c334554a80ba64df95</tree>
  <committer>
    <name>John Wiegley</name>
    <email>johnw@newartisans.com</email>
  </committer>
</commit>
