]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' into dev/texi2html
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 14:10:33 +0000 (16:10 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 14:10:33 +0000 (16:10 +0200)
1  2 
GNUmakefile.in
configure.in
input/lsr/lilypond-snippets.tely

diff --combined GNUmakefile.in
index ef3f12f25adba98690f815136e86a804d70fb84d,0cd13623ca424b7f24121594cd3421f89585107b..a26a8695efeb27a7df26b07b4cf754ba0300918a
@@@ -82,7 -82,7 +82,7 @@@ final-install
  # For both online and offline docs, issue `make web WEB_TARGETS="offline online"'
  WEB_TARGETS = offline
  
 -local-WWW-post:
 +WWW-post:
  # need UTF8 setting in case this is hosted on a website. 
        echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(top-build-dir)/.htaccess
        $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(outdir)/examples.html input/
@@@ -217,7 -217,7 +217,7 @@@ test-baseline
        $(MAKE) test
        $(MAKE) out=test -C input/regression/ local-test-baseline
        $(MAKE) out=test -C input/regression/musicxml local-test-baseline
-       rm -rf out/lybook-testdb/
+       $(MAKE) test-snippets-clean
  
  
  local-check: test
@@@ -234,8 -234,11 +234,11 @@@ test-redo
        done
        $(MAKE) check
  
- test-clean: snippets-clean
+ test-clean: test-snippets-clean
        $(MAKE) -C input/regression/ out=test clean
  
  snippets-clean:
        rm -rf out/lybook-db
+ test-snippets-clean:
+       rm -rf out/lybook-testdb
diff --combined configure.in
index b7475b7ba96d74bccb794b0f96d4e3c9869da85a,8a193d0c6acd519224e459eb167abe840f1db303..325dfe2ddd2757a66f55f2da0840e667e54826a7
@@@ -126,15 -126,14 +126,15 @@@ AC_MSG_RESULT(Must have patched GUILE r
  CPPFLAGS="$save_CPPFLAGS"
  
  
 -STEPMAKE_MAKEINFO(REQUIRED, 4.11)
 +# We check for makeinfo below, too. Really duplicate that check?
 +## STEPMAKE_MAKEINFO(REQUIRED, 4.11)
  STEPMAKE_PYTHON_DEVEL(REQUIRED)
  
  STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.15)
  
  STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
  
- AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])
+ AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h fpu_control.h])
  AC_LANG_PUSH(C++)
  AC_CHECK_HEADERS([sstream boost/lambda/lambda.hpp])
  AC_LANG_POP(C++)
@@@ -175,7 -174,6 +175,7 @@@ STEPMAKE_GUILE(OPTIONAL
  STEPMAKE_PERL(OPTIONAL)
  
  STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.11)
 +STEPMAKE_PROGS(TEXI2HTML, texi2html, REQUIRED, 1.79)
  
  AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
  
index 5031983a229b14f212d236a783f968d5689fa5a3,dad9d6a4ac85fa0139b79873542da6975317f4e2..564e33a8188d5b213daa3144390010b27dc4e636
@@@ -16,7 -16,7 +16,7 @@@
  @include version.itexi
  
  @macro lydoctitle{TEXT}
- @section \TEXT\
+ @unnumberedsec \TEXT\
  @end macro
  
  @ifnottex
@@@ -84,7 -84,7 +84,7 @@@ or figure for each example to see the c
  
  @ifnottex
  @node Top
- @top LilyPond examples
+ @top LilyPond Snippet List
  
  This document shows a selected set of LilyPond snippets from the
  @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
@@@ -124,6 -124,7 +124,7 @@@ Specialist notatio
  * Unfretted strings::
  * Winds::
  * Ancient notation::
+ * World music::
  
  Other collections
  * Contexts and engravers::
  * Templates::
  @end menu
  
 +@contents
 +
  
  @c Please take care of naming every .itely
  @c with an existing tag name.
  @include unfretted-strings.itely
  @include winds.itely
  @include ancient-notation.itely
+ @include world-music.itely
  
  @include contexts-and-engravers.itely
  @include tweaks-and-overrides.itely