From fbd29a4025fc3bca3812d205230151e8c6e80f49 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 28 Feb 2008 14:36:32 -0800 Subject: Fix 'make doc-publish' for when run twice on the same day --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 481d1c14..0458998b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -236,6 +236,7 @@ release-publish-message: releases/$(sha1_file) release-publish: release-upload release-publish-message doc-publish: doc + rm -rf ./$(MANUAL_DATED) cp -a doc/public/html $(MANUAL_DATED) tar czf $(MANUAL_TAR_FILE) $(MANUAL_DATED) scp $(MANUAL_TAR_FILE) $(RELEASE_UPLOAD_HOST):$(MANUAL_UPLOAD_DIR) -- cgit v1.2.3