+1.3.120
+=======
+
+* Removed texi->dvi cancellation and removed --clean option from texi2dvi
+command line; this fixes generation of dvi files in Documentation/user.
+Strange bug in texi2dvi.
+
+* Fixed bibtex url (reported David Raleigh Arnold), added support for
+bibtex2html, which is in Debian.
+
+* Added direntries to toplevel texi documents, for info files
+(reported Thomas Klausner).
+
+* Removed some empty files.
+
+* Make a Stem::height callback, to prevent early brew_molecule
+call. This fixes input/bugs/triplet.ly.
+
+* Manual fix for generated -interfaces documentation.
+
+* Small changes for texinfo-4.0a prerelease.
+
+* Added a --force option for makeinfo .txt generation.
+
+* Changed debian ftp urls according to new package pools layout.
+
+* Debian update, including menu/node fixes to development.texi (Anthony Fok).
+
+* Bugfix: lilypond-book (Tom Cato Amundsen).
+
+* Increase the size of dynamics, adding new sizes of feta-din (Mats Bengtsson).
+
+* \clef "none"; no clef, but whitespace (Mark Hindley).
+
+* Website fix: don't mv but cp .pngs do deep-html dirs.
+
+* Bugfix: chords examples (James Hammons).
+
+* Warning fix.
+
1.3.119
=======
info: $(INFO_FILES)
-# The next version of makeinfo should split html files into their own
-# directory. For now available only as patches from
-# http://appel.lilypond.org/software
-SPLITTING_MAKEINFO = $(shell makeinfo --version | grep '4.0.jcn[2,3]')
+# The new pretest version of makeinfo, 4.0a splits html files into their own
+# directory. Available from
+# ftp://texinfo.org/texinfo/pretests/texinfo-4.0a.tar.gz
+SPLITTING_MAKEINFO = $(shell makeinfo --version | egrep '4.0((.jcn[2,3])|a)')
# Generic rule using % twice not possible?
# $(outdir)/%/%.html: $(outdir)/%.texi
$(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
-$(MAKEINFO) --force --output=$@ --html $<
- -mv -f $(outdir)/*.png $(outdir)/lilypond
- $(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
+ -cp -f $(outdir)/*.png $(outdir)/lilypond
+ -cp -f $(outdir)/lilypond/index.html $@
+ $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
$(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
-$(MAKEINFO) --force --output=$@ --html $<
- -mv -f $(outdir)/*.png $(outdir)/lilypond-internals
- $(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
+ -cp -f $(outdir)/*.png $(outdir)/lilypond-internals
+ -cp -f $(outdir)/lilypond-internals/index.html $@
+ $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
$(outdir)/features/features.html: $(outdir)/features.texi
-$(MAKEINFO) --force --output=$@ --html $<
- -mv -f $(outdir)/*.png $(outdir)/features
- $(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
+ -cp -f $(outdir)/*.png $(outdir)/features
+ -cp -f $(outdir)/features/index.html $@
+ $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
ifneq ($(SPLITTING_MAKEINFO),)
local-WWW: $(HTML_FILES) $(datafiles) $(PS_GZ_FILES) $(DEEP_HTML_FILES)
- $(SHELL) $(buildscript-dir)/install-info-html.sh --dir=$(outdir) lilypond lilypond-internals
+ $(SHELL) $(buildscript-dir)/install-info-html.sh --dir=$(outdir) lilypond lilypond-internals features
$(MAKE) footify
$(MAKE) deep-footify
localclean:
rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
+ rm -rf $(outdir)/lilypond $(outdir)/lilypond-internals $(outdir)/features
backdoc-WWW: $(outdir)/lilypond-internals/lilypond-internals.html
$(SHELL) $(buildscript-dir)/install-info-html.sh --dir=$(outdir) lilypond lilypond-internals
# we want footers even if website builds (or is built) partly
$(deep-footify) $(sort $(wildcard $(outdir)/$(*F)/*.html))
-$(outdir)/%.dvi: $(outdir)/%.texi
-# --clean only in >= 3.12s
-# cd $(outdir); texi2dvi --clean ../$<
- cd $(outdir); texi2dvi ../$<
+$(outdir)/%.dvi: $(outdir)/%.texi
+# ugh, --clean removes .. from TEXINPUTS?
+# cd $(outdir); texi2dvi --batch --clean ../$<
+ cd $(outdir); texi2dvi --batch ../$<
$(outdir)/%.txt: $(outdir)/%.texi
- $(MAKEINFO) -I../ -I $(outdir) --no-split --no-headers --output $@ $<
+ $(MAKEINFO) --force -I../ -I $(outdir) --no-split --no-headers --output $@ $<
$(outdir)/%.texi: %.texi
rm -f $@