From 0f81e2816f0cc413a189c87ff6211f86a92d6ebf Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 2 Nov 2009 15:35:56 +0000 Subject: [PATCH] forward port the setup.py fix to trunk and update the 1.2 branch ChangeLog --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 63a5be7f1..1fbad88b0 100644 --- a/setup.py +++ b/setup.py @@ -386,6 +386,7 @@ _data_files = [ 'docs/man/deluge.1', 'docs/man/deluged.1', 'docs/man/deluge-gtk.1', + 'docs/man/deluge-web.1', 'docs/man/deluge-console.1']) ]