Oops. Wrong URL in README.

This commit is contained in:
Lars Immisch 2012-03-07 11:42:19 +01:00
parent be4c8bdadb
commit 1675ab28a5
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# -*- makefile -*- # -*- makefile -*-
# Makefile for bootstrapping the CVS/SVN version # Makefile for bootstrapping the Git version
# Avoid rebuild of eg. man-pages due to wrong timestamps from the # Avoid rebuild of eg. man-pages due to wrong timestamps from the
# checkout. (Touch files only if they exist and have a size greater # checkout. (Touch files only if they exist and have a size greater
# than zero.) # than zero.)
# Note: If one of these files has not been cheched out from CVS/SVN # Note: If one of these files has not been cheched out from CVS/SVN
# for some reason, make will cry. This helps finding buggs :-) # for some reason, make will cry. This helps finding bugs :-)
bootstrap: docs/capisuite.8 docs/capisuite.conf.5 docs/fax.conf.5 \ bootstrap: docs/capisuite.8 docs/capisuite.conf.5 docs/fax.conf.5 \
docs/answering_machine.conf.5 docs/capisuitefax.1 \ docs/answering_machine.conf.5 docs/capisuitefax.1 \
aclocal.m4 configure config.h.in \ aclocal.m4 configure config.h.in \

2
README
View File

@ -28,7 +28,7 @@ translation of the manual available at http://www.capisuite.de/.
Building capisuite from Git Building capisuite from Git
--------------------------- ---------------------------
git clone https://larsimmisch@github.com/larsimmisch/capisuite.git git clone https://github.com/larsimmisch/capisuite.git
cd capisuite cd capisuite
make -f Makefile.git make -f Makefile.git