From 1ae92d7427e70d347a62b80c212ebd87dfcb433b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ppler?= Date: Mon, 28 Sep 2020 19:23:27 +0200 Subject: [PATCH 2/3] Build all PDFs --- Documentation/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index c05968eced..f6bc1e2310 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -112,8 +112,8 @@ INFO_IMAGES_DIR = lilypond ALL_PDF_FILES=$(TEXINFO_MANUALS:%=$(outdir)/%.pdf) # uncomment below to build PDF in cs/ja/zh -# PDF_FILES=$(ALL_PDF_FILES) -PDF_FILES = $(filter-out $(outdir)/cs/% $(outdir)/zh/% $(outdir)/ja/%, $(ALL_PDF_FILES)) +PDF_FILES=$(ALL_PDF_FILES) +# PDF_FILES = $(filter-out $(outdir)/cs/% $(outdir)/zh/% $(outdir)/ja/%, $(ALL_PDF_FILES)) target_language=$(word 2, $(subst /, ,$@)) -- 2.17.1