[Reproducible-commits] [source-date-epoch-spec] 01/01: Specify UTF-8 Content-Type header.
Chris Lamb
lamby at moszumanska.debian.org
Wed Oct 14 02:34:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository source-date-epoch-spec.
commit aa16bf3df369bafb02fa53f61533862f197e51fe
Author: Chris Lamb <lamby at debian.org>
Date: Wed Oct 14 03:34:54 2015 +0100
Specify UTF-8 Content-Type header.
---
Makefile | 2 +-
source-date-epoch-spec.xsl | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f60b619..7dac22a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ TARGETS = $(NAME).html
all: $(TARGETS)
%.html: %.xml
- xmlto html-nochunks $<
+ xmlto -x $(NAME).xsl html-nochunks $<
clean:
rm -f $(TARGETS)
diff --git a/source-date-epoch-spec.xsl b/source-date-epoch-spec.xsl
new file mode 100644
index 0000000..fb8b51e
--- /dev/null
+++ b/source-date-epoch-spec.xsl
@@ -0,0 +1,5 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl"/>
+<xsl:output method="html" encoding="utf-8"/>
+</xsl:stylesheet>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/source-date-epoch-spec.git
More information about the Reproducible-commits
mailing list