commit e73820fdc37243266bc50e068bfb4a8f4556812e
Author: Graham Percival <graham@percival-music.ca>
Date:   Mon Mar 15 14:42:14 2010 +0000

    Build: fix dist.

diff --git a/Documentation/fr/GNUmakefile b/Documentation/fr/GNUmakefile
index 03246fb..962f616 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 264e9b4..b8e004a 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
 
