From 4f2ac2664917276012b87963a64e4a814ca98cb7 Mon Sep 17 00:00:00 2001 From: Till Paala Date: Sun, 10 Jan 2010 16:41:35 +0200 Subject: [PATCH] Doc-de: change makefiles for web.texi --- Documentation/de/GNUmakefile | 4 +++- Documentation/de/web/GNUmakefile | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Documentation/de/web/GNUmakefile diff --git a/Documentation/de/GNUmakefile b/Documentation/de/GNUmakefile index 6c39c86146..dfc5b8ff97 100644 --- a/Documentation/de/GNUmakefile +++ b/Documentation/de/GNUmakefile @@ -1,7 +1,9 @@ ISOLANG = de depth = ../.. -SUBDIRS = learning notation texidocs essay usage +SUBDIRS = web learning notation texidocs essay usage STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root +EXTRA_DIST_FILES = web.texi + include $(depth)/make/stepmake.make diff --git a/Documentation/de/web/GNUmakefile b/Documentation/de/web/GNUmakefile new file mode 100644 index 0000000000..000480f365 --- /dev/null +++ b/Documentation/de/web/GNUmakefile @@ -0,0 +1,4 @@ +depth = ../../.. +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make -- 2.39.5