From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 25 Apr 2005 07:28:04 +0000 (+0000)
Subject: Only build music-glossary with
X-Git-Tag: release/2.5.21~6
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a723e14bf598179a2e97491cbfcd14b7e64261e6;p=lilypond.git

Only build music-glossary with
rendered lilypond snippets during web.
---

diff --git a/ChangeLog b/ChangeLog
index 3c02cbd7d6..08ed534cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+	* Documentation/user/GNUmakefile: Only build music-glossary with
+	rendered lilypond snippets during web.
+
 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* po/de.po: update.
diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile
index 5438272566..8f7c0c345e 100644
--- a/Documentation/user/GNUmakefile
+++ b/Documentation/user/GNUmakefile
@@ -241,6 +241,9 @@ $(builddir)/mf/$(outconfbase)/feta16list.ly:
 $(outdir)/lilypond.texi: $(ITELY_FILES) $(ITEXI_FILES) 
 $(outdir)/lilypond.nexi: $(ITELY_FILES) $(ITEXI_FILES)
 
+# Prevent music-glossary.texi from default
+$(outdir)/music-glossary.nexi:
+
 # Rules for the automatically generated documentation
 # When cross-compiling, we don't have lilypond, so we fake
 ifneq ($(CROSS),yes)