[debian-edu-commits] debian-edu/ 01/01: Use db2latex style in Makefile.common to drop the second (useless) page of PDF manuals.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Fri Jul 29 13:42:13 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 76a42d14f91b96119761eb139beeca1192ddcb14
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Fri Jul 29 15:41:07 2016 +0200
Use db2latex style in Makefile.common to drop the second (useless) page of PDF manuals.
---
debian/changelog | 1 +
documentation/common/Makefile.common | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5ec6dfc..7752844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ debian-edu-doc (1.903~20160710) UNRELEASED; urgency=medium
- use Xetex for PDF manual generation.
- adjust dbtimestamp for (ja) xml file to render date in HTML manual
correctly. Thanks to Victory.
+ - use db2latex style to drop the second (useless) page of PDF manuals.
* dblatex.xsl: use serif fonts for PDF manuals.
* edu.css.xml: use sans serif fonts for HTML manuals. Thanks to Victory.
* Add common/sed-ja.txt provided by Victory to improve date rendering for
diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 40cec65..a8259d4 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -7,7 +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
-DBLATEX = dblatex -b xetex -p ../common/dblatex.xsl
+DBLATEX = dblatex -T db2latex -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