From 3d3376062f8b1a66e83f4437464075a4ab200cfd Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 10 Jan 2011 11:03:01 -0500 Subject: [PATCH] Fix this --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 26f9ba6..b3643e5 100644 --- a/makefile +++ b/makefile @@ -46,7 +46,7 @@ r: do-push: chmod 644 $(DIR)/archive/*/*.html - chmod 644 $(DIR)/*html output/*rss2 + chmod 644 $(DIR)/*html $(DIR)/*rss2 rsync -zu --checksum -pr -v --rsh=ssh texts prettyprint.js log-style.css \ $(DIR)/archive $(DIR)/*.rss2 $(DIR)/index.html $(DIR)/page*.html $(DIR)/all.html \ $(DIR)/*.css $(DIR)/*.gif \