diff options
Diffstat (limited to 'print/lilypond/files/patch-Doc-user-GNUmakefile')
-rw-r--r-- | print/lilypond/files/patch-Doc-user-GNUmakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/lilypond/files/patch-Doc-user-GNUmakefile b/print/lilypond/files/patch-Doc-user-GNUmakefile new file mode 100644 index 000000000000..893715e8b1a7 --- /dev/null +++ b/print/lilypond/files/patch-Doc-user-GNUmakefile @@ -0,0 +1,20 @@ +$FreeBSD$ + +--- Documentation/user/GNUmakefile.orig Fri Sep 19 13:25:01 2003 ++++ Documentation/user/GNUmakefile Fri Sep 19 13:25:16 2003 +@@ -21,12 +21,12 @@ + + PS_GZ_FILES= $(addsuffix .gz, $(PS_FILES)) + +-INFO_DOCS = lilypond lilypond-internals music-glossary ++INFO_DOCS = lilypond lilypond-internals + INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) + +-STEPMAKE_TEMPLATES=tex texinfo omf documentation ++STEPMAKE_TEMPLATES=tex texinfo documentation + +-OMF_FILES += $(outdir)/lilypond-internals.html.omf ++#OMF_FILES += $(outdir)/lilypond-internals.html.omf + + LOCALSTEPMAKE_TEMPLATES=lilypond ly + LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"' |