]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: fix dist.
authorGraham Percival <graham@percival-music.ca>
Thu, 31 Dec 2009 06:30:22 +0000 (06:30 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 31 Dec 2009 06:30:22 +0000 (06:30 +0000)
Documentation/hu/GNUmakefile
Documentation/hu/web/GNUmakefile [new file with mode: 0644]

index 9b5137ed1c332059393b489f2d0190984c89214d..57fbef91c664f3c901dd2bf54bec19420623a21e 100644 (file)
@@ -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 (file)
index 0000000..425cc1d
--- /dev/null
@@ -0,0 +1,5 @@
+depth = ../../..
+
+LOCALSTEPMAKE_TEMPLATES = ly
+
+include $(depth)/make/stepmake.make