From 9ffa95c67ae0931d0a430c584ce355351985e166 Mon Sep 17 00:00:00 2001 From: bwildenhain Date: Thu, 14 Jun 2001 18:56:40 +0000 Subject: [PATCH] Replaced 8 spaces by an tab in line 93 by an tab as the Makefile did not work with them. svn path=/trunk/; revision=820 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47590c2a35..68cbe401d5 100644 --- a/Makefile +++ b/Makefile @@ -90,5 +90,5 @@ clean: rm -f $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) sync: - ssh -l www france.fsfeurope.org 'cd fsfe ; cvs -z3 -q update -I "*.html" -d ; ../bin/nightly' + ssh -l www france.fsfeurope.org 'cd fsfe ; cvs -z3 -q update -I "*.html" -d ; ../bin/nightly'