Commit df9a0e3c authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

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.
parent 401cf8ec
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
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@arcor.de>  Sat, 19 Jan 2019 23:31:21 +0100

debian-edu-doc (2.10.11) unstable; urgency=medium

  [ Translation updates ]
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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>