From ff5127b57881478bc27ea3321e473c5d0d78d983 Mon Sep 17 00:00:00 2001
From: Phil Holmes <mail@philholmes.net>
Date: Wed, 15 Feb 2012 20:44:15 +0000
Subject: [PATCH] Adds new langs included dirs to make

---
 Documentation/cs/GNUmakefile | 2 +-
 Documentation/hu/GNUmakefile | 2 +-
 Documentation/zh/GNUmakefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/cs/GNUmakefile b/Documentation/cs/GNUmakefile
index 601aaf78a5..97300b5296 100644
--- a/Documentation/cs/GNUmakefile
+++ b/Documentation/cs/GNUmakefile
@@ -1,7 +1,7 @@
 ISOLANG = cs
 depth = ../..
 # SUBDIRS = web learning notation texidocs usage included essay extending
-SUBDIRS = web learning texidocs essay usage
+SUBDIRS = web learning texidocs essay usage included
 STEPMAKE_TEMPLATES = documentation texinfo
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 NO_PDF_FILES = 1
diff --git a/Documentation/hu/GNUmakefile b/Documentation/hu/GNUmakefile
index 6233e83783..2205f934ad 100644
--- a/Documentation/hu/GNUmakefile
+++ b/Documentation/hu/GNUmakefile
@@ -1,6 +1,6 @@
 ISOLANG = hu
 depth = ../..
-SUBDIRS = web learning texidocs usage
+SUBDIRS = web learning texidocs usage included
 STEPMAKE_TEMPLATES = documentation texinfo
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 
diff --git a/Documentation/zh/GNUmakefile b/Documentation/zh/GNUmakefile
index 250158e44b..c46b13bb43 100644
--- a/Documentation/zh/GNUmakefile
+++ b/Documentation/zh/GNUmakefile
@@ -1,7 +1,7 @@
 ISOLANG = zh
 depth = ../..
 # SUBDIRS = web learning notation texidocs usage included essay extending
-SUBDIRS = web texidocs
+SUBDIRS = web texidocs included
 STEPMAKE_TEMPLATES = documentation texinfo
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 NO_PDF_FILES = 1
-- 
2.39.5