Update documentation for git.
authorGuus Sliepen <guus@sliepen.eu.org>
Sat, 27 Dec 2008 10:09:43 +0000 (11:09 +0100)
committerGuus Sliepen <guus@sliepen.eu.org>
Sat, 27 Dec 2008 10:09:43 +0000 (11:09 +0100)
Makefile.am
README.git [moved from README.Subversion with 84% similarity]

index 306a0ed..e401993 100644 (file)
@@ -9,10 +9,7 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
 
 ChangeLog:
 EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
 
 ChangeLog:
-       svn log > ChangeLog
-
-svn-clean: maintainer-clean
-       svn status --no-ignore | sed -n 's/^[?I] \+//p' | tr '\012' '\0' | xargs -r0 rm -rf
+       git log > ChangeLog
 
 deb:
        dpkg-buildpackage -rfakeroot
 
 deb:
        dpkg-buildpackage -rfakeroot
similarity index 84%
rename from README.Subversion
rename to README.git
index f3de5c7..c68a262 100644 (file)
@@ -1,4 +1,4 @@
-Before you can start compiling tinc from a clean Subversion checkout, you have
+Before you can start compiling tinc from a fresh git clone, you have
 to install the very latest versions of the following packages:
 
 - OpenSSL
 to install the very latest versions of the following packages:
 
 - OpenSSL
@@ -22,4 +22,4 @@ make dist
 
 To clean up your working copy so that no autogenerated files remain, run:
 
 
 To clean up your working copy so that no autogenerated files remain, run:
 
-make svn-clean
+git clean