mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
14 lines
544 B
Text
14 lines
544 B
Text
--- Documentation/GNUmakefile.orig 2017-02-26 12:08:59 UTC
|
|
+++ Documentation/GNUmakefile
|
|
@@ -73,9 +73,9 @@ source-links = $(outdir)/source\
|
|
MAIN_INFO_DOC = lilypond-web
|
|
INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \
|
|
lilypond-essay lilypond-learning lilypond-notation music-glossary \
|
|
- lilypond-web lilypond-extending
|
|
+ lilypond-web lilypond-extending lilypond-snippets internals
|
|
ifeq ($(out),www)
|
|
-INFO_DOCS += lilypond-snippets
|
|
+INFO_DOCS +=
|
|
endif
|
|
INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
|
|
|