diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-09 14:09:33 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-09 14:09:33 +0000 |
commit | c3043e2b9c1c296af86721617f58601e21eccaa8 (patch) | |
tree | 82b3d31cddd0711fa5afeca2e3a8cf9e2cb370b3 /make | |
parent | 9299ff9e805b237f22a462cc8c97a6b145c161c0 (diff) |
* lily/program-option.cc: rename from scm-option.cc
* lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
(get_help_string): Print pretty help string.
* scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
to snippet preamble.
* lily/scm-option.cc: remove command-line-settings option. Fold
all command-line options plus default settings in a generic
interface.
* flower/getopt-long.cc (table_string): indent 2nd lines of help
texts too.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond-vars.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 7306b20b22..b099a45d33 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -18,7 +18,7 @@ CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND = $(builddir)/lily/$(outconfbase)/lilypond LILYPOND_BOOK = $(script-dir)/lilypond-book.py LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(builddir)/mf/$(outconfbase)/ -I $(builddir)/mf/out/ -LILYPOND_BOOK_FLAGS = --process="$(LILYPOND) --backend=eps --formats=ps,png --header=texidoc -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'" +LILYPOND_BOOK_FLAGS = --process="$(LILYPOND) --backend=eps --formats=ps,png --header=texidoc -I $(srcdir)/input/test -dinternal-type-checking" #texi-html for www only: |