From: Graham Percival Date: Mon, 15 Mar 2010 14:42:14 +0000 (+0000) Subject: Build: fix dist. X-Git-Tag: release/2.13.16-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c344f4c8f3c76309c545a02107b07317d4ba303;p=lilypond.git Build: fix dist. --- 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