From 81872d586b310b9ae65cba6a61bac5490b5f69b3 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 24 Jan 2009 01:58:20 +0100 Subject: [PATCH] Docs: disable Texinfo->PDF for Japanese translation --- Documentation/ja/user/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/ja/user/GNUmakefile b/Documentation/ja/user/GNUmakefile index 61ac8819d0..1b51cfc8e2 100644 --- a/Documentation/ja/user/GNUmakefile +++ b/Documentation/ja/user/GNUmakefile @@ -2,3 +2,6 @@ ISOLANG = ja depth = ../../.. LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-user include $(depth)/make/stepmake.make + +$(outdir)/%.pdf: + true -- 2.39.5