[debian-edu-commits] debian-edu/ 01/04: Adjust Makefile.common to build all PDF manuals using Xetex.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Jul 18 11:13:11 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 7288e9f04a49c839c722e9ca8dec9e95546a23b3
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Jul 18 13:01:13 2016 +0200

    Adjust Makefile.common to build all PDF manuals using Xetex.
---
 documentation/common/Makefile.common | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 73b7edf..b1c6661 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -7,12 +7,7 @@ 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
-
-ifeq ($LINGUA,"ja")
-    DBLATEX = dblatex -T db2latex -tpdf
-else
-    DBLATEX = dblatex -b xetex -p ../common/dblatex.xsl
-endif
+DBLATEX = 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