]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc-de: change makefiles for web.texi
authorTill Paala <till.rettig@gmx.de>
Sun, 10 Jan 2010 14:41:35 +0000 (16:41 +0200)
committerTill Paala <till.rettig@gmx.de>
Thu, 21 Jan 2010 19:52:56 +0000 (21:52 +0200)
Documentation/de/GNUmakefile
Documentation/de/web/GNUmakefile [new file with mode: 0644]

index 6c39c86146a4b149403b8c92fec1244082762855..dfc5b8ff974af8a10735e613b80744c4fe21ed1c 100644 (file)
@@ -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 (file)
index 0000000..000480f
--- /dev/null
@@ -0,0 +1,4 @@
+depth = ../../..
+LOCALSTEPMAKE_TEMPLATES = ly
+
+include $(depth)/make/stepmake.make