summaryrefslogtreecommitdiff
path: root/Build/tools/tpmfromcat.xsl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-02-14 19:27:08 +0000
committerKarl Berry <karl@freefriends.org>2006-02-14 19:27:08 +0000
commit5526eb562cc874c5e59ae3585f61111f63749ac3 (patch)
treecf76ee3252bc6c334e743f994647ca899dd9bb40 /Build/tools/tpmfromcat.xsl
parent8164977bb8578e3250c38248c9d354dc0e88b72e (diff)
find tpm.dtd in support
git-svn-id: svn://tug.org/texlive/trunk@1529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/tpmfromcat.xsl')
-rw-r--r--Build/tools/tpmfromcat.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/tools/tpmfromcat.xsl b/Build/tools/tpmfromcat.xsl
index 4276721c9c2..8e044a6ed18 100644
--- a/Build/tools/tpmfromcat.xsl
+++ b/Build/tools/tpmfromcat.xsl
@@ -1,3 +1,6 @@
+<!-- $Id$
+ Written by Sebastian Rahtz. Public domain. -->
+
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -9,7 +12,7 @@
<xsl:output
method="xml"
indent="yes"
- doctype-system="../../Tools/tpm.dtd"
+ doctype-system="../../support/tpm.dtd"
/>
<xsl:param name="sarovar"/>