From 5c344f4c8f3c76309c545a02107b07317d4ba303 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Mon, 15 Mar 2010 14:42:14 +0000
Subject: [PATCH] Build: fix dist.

---
 Documentation/fr/GNUmakefile         | 2 +-
 Documentation/web/server/GNUmakefile | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/fr/GNUmakefile b/Documentation/fr/GNUmakefile
index 03246fbf8b..962f616d6c 100644
--- a/Documentation/fr/GNUmakefile
+++ b/Documentation/fr/GNUmakefile
@@ -1,6 +1,6 @@
 ISOLANG = fr
 depth = ../..
-SUBDIRS = web learning notation texidocs usage
+SUBDIRS = web learning notation texidocs usage included
 STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 
diff --git a/Documentation/web/server/GNUmakefile b/Documentation/web/server/GNUmakefile
index 264e9b40a2..b8e004a888 100644
--- a/Documentation/web/server/GNUmakefile
+++ b/Documentation/web/server/GNUmakefile
@@ -2,5 +2,6 @@ depth=../../..
 LOCALSTEPMAKE_TEMPLATES = ly
 include $(depth)/make/stepmake.make
 
-EXTRA_DIST_FILES = lilypond.org.htaccess favicon.ico robots.txt
+EXTRA_DIST_FILES = favicon.ico robots.txt
+EXTRA_DIST_FILES += lilypond.org.htaccess website-dir.htaccess
 
-- 
2.39.5