[debian-edu-commits] debian-edu/ 01/01: Use plain 'dblatex -tpdf' in Makefile.common to generate readable PDF files.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sun Oct 19 17:24:06 UTC 2014


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 ede70c47d7e7b44de9438594a3c05fba4f7a7e9e
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sun Oct 19 19:23:45 2014 +0200

    Use plain 'dblatex -tpdf' in Makefile.common to generate readable PDF files.
---
 debian/changelog                     | 2 ++
 documentation/common/Makefile.common | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 10836a2..64b8abe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ debian-edu-doc (1.6~20141019~8.0) UNRELEASED; urgency=medium
   * (de) Add some more 'translated' images.
   * scripts/get_manual: Replace '~' with '+' in section ids to reenable
     pdf manual building.
+  * Use plain 'dblatex -tpdf' in Makefile.common to generate readable PDF
+    files.
 
   [ Rosegarden Manual translation updates ]
   * French (Thomas Vincent, Closes: 764879).
diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 60ebfa9..c5d91da 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -7,7 +7,8 @@ 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 --backend=xetex --xsl-user=../common/user_param.xsl --xsl-user=../common/xetex_param.xsl -p ../common/pdf.xsl
+#DBLATEX = dblatex -T db2latex --backend=xetex --xsl-user=../common/user_param.xsl --xsl-user=../common/xetex_param.xsl -p ../common/pdf.xsl
+DBLATEX = dblatex -tpdf
 # 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