Use public URI for XSL files
[id-docbook-common-moved-to-github.git] / man.xsl.in
index 2741f88..6cea265 100644 (file)
@@ -1,7 +1,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
 
-<xsl:import href="@XSL_DIR@/manpages/docbook.xsl"/>
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
 </xsl:stylesheet>