From 1675ab28a55b4e9cdb76d7adc4ac5acd27d87369 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Wed, 7 Mar 2012 11:42:19 +0100 Subject: [PATCH] Oops. Wrong URL in README. --- Makefile.git | 4 ++-- README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.git b/Makefile.git index 6a5ef55..77c1885 100644 --- a/Makefile.git +++ b/Makefile.git @@ -1,11 +1,11 @@ # -*- 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 # checkout. (Touch files only if they exist and have a size greater # than zero.) # 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 \ docs/answering_machine.conf.5 docs/capisuitefax.1 \ aclocal.m4 configure config.h.in \ diff --git a/README b/README index aaf59e6..bb6998f 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ translation of the manual available at http://www.capisuite.de/. Building capisuite from Git --------------------------- -git clone https://larsimmisch@github.com/larsimmisch/capisuite.git +git clone https://github.com/larsimmisch/capisuite.git cd capisuite make -f Makefile.git