summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-10-29 20:21:33 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-10-29 20:21:33 +0100
commit062ce249617d9596b574e110d26fabd466afad1a (patch)
treee7177be1a3c86d0d91330501899a808ab02c2e9b /bootstrap
parent0f282a1d6ef2e2698ee553a520e7f44f1b7b524f (diff)
downloadautomake-062ce249617d9596b574e110d26fabd466afad1a.tar.gz
Move to git as primary source repository.
* Makefile.am (git-dist, git-release): Renamed and adjusted from ... (cvs-dist, cvs-release): ... these. (git-diff): New target, taken and adjusted from cvs-diff. * Makefile.in: Regenerate. * bootstrap: Adjust. * NEWS: Announce change. * doc/automake.texi (General Operation): cvs-dist is git-dist now. (Timeline): Mention change.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index f7b5f4260..607d8f857 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,8 @@
#! /bin/sh
-# This script helps bootstrap automake, when checked out from CVS.
+# This script helps bootstrap automake, when checked out from git.
#
-# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
# written by Pavel Roskin <proski@gnu.org> September 2002
#
# This program is free software; you can redistribute it and/or modify