From 08aa3bac3f98670aa972b60be0c50fea230af859 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 6 Oct 2008 19:33:20 +0000 Subject: [PATCH] Clean up the web server directories before copying the documentation there. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 594a22b..b22dc06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ upload-source: FORCE scp $(distdir).tar.gz $(webhost):$(webdir)/files/ upload-doc: doc/html FORCE + ssh $(webhost) rm -f '$(webdir)/manual/*' scp -r doc/html/* $(webhost):$(webdir)/manual/ fonts: tools/makefont