]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove --tidy
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 14 Apr 2008 13:26:04 +0000 (15:26 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 14 Apr 2008 13:26:04 +0000 (15:26 +0200)
With --tidy flag, TeX/texinfo.tex fails to find snippets PDF files in
out-www/XX subdirs.

Documentation/user/GNUmakefile
make/doclang-vars.make

index 4ba6660a17977170da803e7aca54289861552631..1eedc5aea5760b4dd31606ab8279c613f7612fcf 100644 (file)
@@ -21,8 +21,6 @@ HTML_FILES = $(TELY_FILES:%.tely=$(outdir)/%-big-page.html)\
 
 # todo: add latex.
 PDF_FILES = $(TELY_FILES:%.tely=$(outdir)/%.pdf)
-# this prevents aux files from being reused for translated docs
-TEXI2PDF_FLAGS = --tidy
 
 MAIN_INFO_DOC = lilypond
 INFO_DOCS = lilypond lilypond-internals music-glossary lilypond-program lilypond-learning
index 5458e90c202ba69e3fa74576cf108c1b19ae64df..2577e9d285f037cbce0ff98b237c9271832a2a8c 100644 (file)
@@ -10,7 +10,7 @@ LILYPOND_BOOK_INCLUDES += $(DOCUMENTATION_INCLUDES)
 MAKEINFO_FLAGS += --force --enable-encoding -D 'version $(TOPLEVEL_VERSION)' $(DOCUMENTATION_INCLUDES)
 MAKEINFO = LANG= $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS)
 
-TEXI2PDF_FLAGS += --batch --tidy --command '@set version $(TOPLEVEL_VERSION)'
+TEXI2PDF_FLAGS += --batch --command '@set version $(TOPLEVEL_VERSION)'
 TEXI2PDF_FLAGS += $(DOCUMENTATION_INCLUDES)
 
 TELY_FILES = $(call src-wildcard,*.tely)