]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' into dev/jmandereau
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 29 Feb 2008 16:18:13 +0000 (17:18 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 29 Feb 2008 16:18:13 +0000 (17:18 +0100)
* master:
  Re-enable @version macro.
  add reminder.
  Minor policy update.
  Small updates.
  Updates from Ralph.
  MusicXML: Add double-dotted notes to duration test
  MusicXML: Change time signature in duration test file, so it looks better
  MusicXML: Add support for longa and breve notes, fix error messages
  Fix alignment problem with text crescendi
  Typo in comment
  move ignore-collision to note-column-interface
  Update from Trevor.

Conflicts:

Documentation/user/writing-texinfo.txt

1  2 
stepmake/stepmake/texinfo-vars.make

index 4ee7cefa474dac6762da3b9d4aef10579c0fde2e,b9642e8aca4d89b0ab5beb499be805c4ead2d962..bd620ab56cf4348495b62003b11a3cb40c5bd641
@@@ -7,9 -7,9 +7,10 @@@ TEXINFO_SOURCES = $(TEXI_FILES
  
  OUTTXT_FILES += $(addprefix $(outdir)/,$(TEXI_FILES:.texi=.txt))
  
+ TEXI2PDF_FLAGS += --command '@set version $(TOPLEVEL_VERSION)'
  GENERATE_OMF = $(PYTHON) $(buildscript-dir)/texi2omf.py --format $(1) --location $(webdir)/$(tree-dir)/out-www/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
  
 +TEXI2PDF_FLAGS += --command '@set version $(TOPLEVEL_VERSION)'
  TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper)
  
  MAKEINFO_FLAGS = --enable-encoding -D 'version $(TOPLEVEL_VERSION)'