mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Remove deprecated dependency on Python 2.7 ChangeLog: http://lilypond.org/news.html#LilyPond-2_002e21_005e82-released-December-15_002c-2020 PR: 252215 Submitted by: m.ne@gmx.net (maintainer)
23 lines
691 B
Text
23 lines
691 B
Text
--- 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)
|