diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 23:10:31 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 23:10:31 +0000 |
commit | d00dc3632dfab6012803ea50764cfd431d3ff42f (patch) | |
tree | 13a79949d37e0b355cad1e6a4005451a8f6154d5 /print/lilypond/files/patch-Doc-user-GNUmakefile | |
parent | Begin de-orbit burn for some really old code. (diff) |
Update to 2.0.1.
Submitted by: Patrick Atamaniuk of frobs.net (as an update to
version 1.8.2)
Patrick has unwisely offered to maintain the port.
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)"' |