From: Han-Wen Nienhuys Date: Wed, 18 May 2005 14:46:38 +0000 (+0000) Subject: * lily/function-documentation.cc (ly_add_function_documentation): X-Git-Tag: release/2.5.25~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=54a46d3a79b960aac8f0b5eb32e117c1bacc7076;p=lilypond.git * lily/function-documentation.cc (ly_add_function_documentation): duh, use != * lily/function-documentation.cc (ly_add_function_documentation): use scm_hash_table_p() for checking. --- diff --git a/ChangeLog b/ChangeLog index 2b18fc53fb..b057127fbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-18 Han-Wen Nienhuys + * lily/function-documentation.cc (ly_add_function_documentation): + duh, use != + * Documentation/topdocs/INSTALL.texi (Top): add MacOS command. * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL. diff --git a/lily/function-documentation.cc b/lily/function-documentation.cc index 8ea300dab3..124d6b5539 100644 --- a/lily/function-documentation.cc +++ b/lily/function-documentation.cc @@ -21,7 +21,7 @@ void ly_add_function_documentation (SCM func, if (!strlen (doc)) return; - if (scm_hash_table_p (doc_hash_table) == SCM_BOOL_T) + if (scm_hash_table_p (doc_hash_table) != SCM_BOOL_T) doc_hash_table = scm_c_make_hash_table (59); String s = String (" - ") + "LilyPond procedure: " + fname + " " + varlist diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 13aad7f6e4..7306b20b22 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 -e '(ly:set-option (quote internal-type-checking) \#t)'" #texi-html for www only: