From 9802f3819fafc7db3e5efda91746774a537960ab Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Tue, 8 Dec 2009 18:26:09 -0500
Subject: [PATCH] Exclude debian-local also from being removed from n.d.n

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3e2ceaf..5fec98b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ build/db.db:
 
 
 upload-website: html
-	rsync -rvzlhp --delete --exclude=debian --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI)
+	rsync -rvzlhp --delete --exclude=debian --exclude=debian-local --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI)
 
 .PHONY: removedb removecache updatedb upload-website clean distclean pics html
 
-- 
2.39.5