Lines 1-23
Link Here
|
1 |
--- Documentation/GNUmakefile.orig 2020-08-16 10:58:56 UTC |
1 |
--- Documentation/GNUmakefile.orig 2021-07-03 16:12:20 UTC |
2 |
+++ Documentation/GNUmakefile |
2 |
+++ Documentation/GNUmakefile |
3 |
@@ -147,6 +147,7 @@ INFO_DOCS = \ |
3 |
@@ -187,6 +187,7 @@ INFO_DOCS = \ |
4 |
lilypond-internals \ |
4 |
lilypond-internals \ |
5 |
lilypond-learning \ |
5 |
lilypond-learning \ |
6 |
lilypond-notation \ |
6 |
lilypond-notation \ |
7 |
+ lilypond-snippets \ |
7 |
+ lilypond-snippets \ |
8 |
lilypond-usage \ |
8 |
lilypond-usage \ |
9 |
music-glossary |
9 |
music-glossary |
10 |
# Some info files should only be processed if `$(out)` is equal to |
10 |
# Some info files should only be processed if `$(out)` is equal to `www`, but we |
11 |
@@ -156,11 +157,9 @@ INFO_DOCS = \ |
11 |
@@ -195,11 +196,9 @@ INFO_DOCS = \ |
12 |
# more entries that are no longer present. |
12 |
# older LilyPond versions inserted more entries that are no longer present. |
13 |
ALL_INFO_DOCS = \ |
13 |
ALL_INFO_DOCS = \ |
14 |
$(INFO_DOCS) \ |
14 |
$(INFO_DOCS) \ |
15 |
- lilypond-snippets \ |
15 |
- lilypond-snippets \ |
16 |
lilypond-web |
16 |
lilypond-web |
17 |
ifeq ($(out),www) |
17 |
ifeq ($(out),www) |
18 |
-INFO_DOCS += lilypond-snippets \ |
18 |
- INFO_DOCS += lilypond-snippets \ |
19 |
- lilypond-web |
19 |
- lilypond-web |
20 |
+INFO_DOCS += lilypond-web |
20 |
+ INFO_DOCS += lilypond-web |
21 |
endif |
21 |
endif |
22 |
INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) |
22 |
INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) |
23 |
ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info) |
23 |
ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info) |