Update documentation for git.
This commit is contained in:
parent
c81f90b91a
commit
f81cea3bdc
2 changed files with 3 additions and 6 deletions
|
@ -9,10 +9,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||||
EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
|
EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
svn log > ChangeLog
|
git log > ChangeLog
|
||||||
|
|
||||||
svn-clean: maintainer-clean
|
|
||||||
svn status --no-ignore | sed -n 's/^[?I] \+//p' | tr '\012' '\0' | xargs -r0 rm -rf
|
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
dpkg-buildpackage -rfakeroot
|
dpkg-buildpackage -rfakeroot
|
||||||
|
|
|
@ -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:
|
to install the very latest versions of the following packages:
|
||||||
|
|
||||||
- OpenSSL
|
- 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
|
Loading…
Reference in a new issue