From: John Mandereau Date: Mon, 14 Apr 2008 13:26:04 +0000 (+0200) Subject: Remove --tidy X-Git-Tag: release/2.11.45-1~82^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4edae128a0cdbd5ccfe227b0e3d389532e35616;p=lilypond.git Remove --tidy With --tidy flag, TeX/texinfo.tex fails to find snippets PDF files in out-www/XX subdirs. --- diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 4ba6660a17..1eedc5aea5 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -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 diff --git a/make/doclang-vars.make b/make/doclang-vars.make index 5458e90c20..2577e9d285 100644 --- a/make/doclang-vars.make +++ b/make/doclang-vars.make @@ -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)