aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond/files/patch-Documentation_GNUmakefile
blob: df8dba5740ee199edd253b805fac4772b990e2bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Documentation/GNUmakefile.orig	2020-08-16 10:58:56 UTC
+++ Documentation/GNUmakefile
@@ -147,6 +147,7 @@ INFO_DOCS = \
   lilypond-internals \
   lilypond-learning \
   lilypond-notation \
+  lilypond-snippets \
   lilypond-usage \
   music-glossary
 # Some info files should only be processed if `$(out)` is equal to
@@ -156,11 +157,9 @@ INFO_DOCS = \
 # more entries that are no longer present.
 ALL_INFO_DOCS = \
   $(INFO_DOCS) \
-  lilypond-snippets \
   lilypond-web
 ifeq ($(out),www)
-INFO_DOCS += lilypond-snippets \
-             lilypond-web
+INFO_DOCS += lilypond-web
 endif
 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
 ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info)