From: Till Paala Date: Sun, 10 Jan 2010 14:41:35 +0000 (+0200) Subject: Doc-de: change makefiles for web.texi X-Git-Tag: release/2.13.12-1~75 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4f2ac2664917276012b87963a64e4a814ca98cb7;p=lilypond.git Doc-de: change makefiles for web.texi --- 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