[debian-edu-commits] [Git][debian-edu/debian-edu-doc][master] Don't show the date (actually revision date) on the title page of PDF manuals.
WolfgangSchweer
gitlab at salsa.debian.org
Sat Jan 19 22:47:50 GMT 2019
WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-doc
Commits:
df9a0e3c by Wolfgang Schweer at 2019-01-19T22:45:48Z
Don't show the date (actually revision date) on the title page of PDF manuals.
These changes are needed to make things work:
- Makefile.common: Use native instead of db2latex type.
- dblatex.xsl: Drop collaborator and revision history information.
- - - - -
3 changed files:
- debian/changelog
- documentation/common/Makefile.common
- documentation/common/dblatex.xsl
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+debian-edu-doc (2.10.12) UNRELEASED; urgency=medium
+
+ * Don't show the date (actually revision date) on the title page of PDF
+ manuals; these changes are needed:
+ - Makefile.common: Use native instead of db2latex type.
+ - dblatex.xsl: Drop collaborator and revision history information.
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Sat, 19 Jan 2019 23:31:21 +0100
+
debian-edu-doc (2.10.11) unstable; urgency=medium
[ Translation updates ]
=====================================
documentation/common/Makefile.common
=====================================
@@ -10,7 +10,7 @@ LANGUAGES = $(subst $(name).,,$(subst .po,,$(wildcard *.po)))
# Program name and option
DBTOEPUB = dbtoepub
XP = xsltproc --nonet --novalid --xinclude ../common/html.xsl
-DBLATEX = SOURCE_DATE_EPOCH=$$SOURCE_DATE_EPOCH SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1 dblatex -T db2latex -b xetex -p ../common/dblatex.xsl
+DBLATEX = SOURCE_DATE_EPOCH=$$SOURCE_DATE_EPOCH SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1 dblatex -T native -b xetex -p ../common/dblatex.xsl
SED_JA_REGEX = 's/dbtimestamp/dbtimestamp\ format=\"Y\ 年\ m\ 月\ d\ 日\"/'
# Use Make internal function 'subst': substitute -manual with nothing to get
=====================================
documentation/common/dblatex.xsl
=====================================
@@ -27,4 +27,6 @@
</xsl:choose>
</xsl:param>
<xsl:param name="toc.section.depth">3</xsl:param>
+ <xsl:param name="doc.collab.show">0</xsl:param>
+ <xsl:param name="latex.output.revhistory">0</xsl:param>
</xsl:stylesheet>
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/commit/df9a0e3c56afa14bdf5646bd9ab0781027915ff4
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/commit/df9a0e3c56afa14bdf5646bd9ab0781027915ff4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20190119/b0fcd00d/attachment-0001.html>
More information about the debian-edu-commits
mailing list