From a44cf20237603b8729a0dba1bae93cbc7b3c7ed4 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 30 May 2002 19:03:07 +0000 Subject: [PATCH] Simple makefile that remembers how to update the anonymous checkout of the HTML docs that gets shoved out through HTTP. --- htdocs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 htdocs/Makefile diff --git a/htdocs/Makefile b/htdocs/Makefile new file mode 100644 index 00000000..83615953 --- /dev/null +++ b/htdocs/Makefile @@ -0,0 +1,5 @@ +DIR=/home/groups/e/ex/expat/htdocs +HOST=expat.sourceforge.net + +install: + ssh $(HOST) cd $(DIR) '&&' cvs up