From 5e17fb943724c65a663ccdf23236296a473874f7 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 5 Jun 2002 04:02:19 +0000 Subject: [PATCH] Include subdirectories on the webserver. --- htdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/Makefile b/htdocs/Makefile index 83615953..3aeb0fcb 100644 --- a/htdocs/Makefile +++ b/htdocs/Makefile @@ -2,4 +2,4 @@ DIR=/home/groups/e/ex/expat/htdocs HOST=expat.sourceforge.net install: - ssh $(HOST) cd $(DIR) '&&' cvs up + ssh $(HOST) cd $(DIR) '&&' cvs up -P -d -- 2.40.0