From 068049b156be451ee2ee1a85f217fa5e21ec391f Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 31 Dec 2009 06:30:22 +0000 Subject: [PATCH] Build: fix dist. --- Documentation/hu/GNUmakefile | 4 +++- Documentation/hu/web/GNUmakefile | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Documentation/hu/web/GNUmakefile 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 -- 2.39.5