From: Graham Percival Date: Thu, 31 Dec 2009 06:30:22 +0000 (+0000) Subject: Build: fix dist. X-Git-Tag: release/2.13.10-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=068049b156be451ee2ee1a85f217fa5e21ec391f;p=lilypond.git Build: fix dist. --- diff --git a/Documentation/hu/GNUmakefile b/Documentation/hu/GNUmakefile index 9b5137ed1c..57fbef91c6 100644 --- a/Documentation/hu/GNUmakefile +++ b/Documentation/hu/GNUmakefile @@ -1,8 +1,10 @@ ISOLANG = hu depth = ../.. -SUBDIRS = learning texidocs +SUBDIRS = web learning texidocs STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 +EXTRA_DIST_FILES = web.texi + include $(depth)/make/stepmake.make diff --git a/Documentation/hu/web/GNUmakefile b/Documentation/hu/web/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/hu/web/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make