[debian-edu-commits] debian-edu/ 01/01: Fix Makefile.common to build (ja) PDF for the binary package as well.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Jun 15 21:01:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-doc.

commit 1982223fc47ef61026e4bfe0bd2275c09e2c5311
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Jun 15 23:01:32 2016 +0200

    Fix Makefile.common to build (ja) PDF for the binary package as well.
---
 documentation/common/Makefile.common | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 592f512..3b5467c 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -7,7 +7,13 @@ LANGUAGES = `find . -name "$(name).*.po" | sed -e "s/.\/$(name).//" -e "s/.po//"
 # Program name and option
 DBTOEPUB = dbtoepub
 XP = xsltproc --nonet --novalid --xinclude ../common/html.xsl
-DBLATEX = dblatex -T db2latex -tpdf
+
+ifeq ($LINGUA,"ja")
+    DBLATEX = dblatex -T db2latex -tpdf
+else
+    DBLATEX = dblatex -b xetex -p ../common/dblatex.xsl
+endif
+
 DBXETEX = dblatex -b xetex -p ../common/dblatex.xsl
 # that's ugly, smarter approach appreciated
 directory = `echo $(name) | sed 's/-manual//'`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list