diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-25 17:01:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-25 17:03:44 -0700 |
commit | d859a7f65baf6c5c170f14fb2d9401b5c607a254 (patch) | |
tree | 00ab3cec4169e5b1179ea5fe21260707772948a5 /doc/am-html.xsl | |
parent | 41fed74c4cf139de6bf8f1879d370977785ad1f8 (diff) |
doc: Remove asciidoc related files
These all helped asciidoc generate documentation
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/am-html.xsl')
-rw-r--r-- | doc/am-html.xsl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/am-html.xsl b/doc/am-html.xsl deleted file mode 100644 index cdfe27f8..00000000 --- a/doc/am-html.xsl +++ /dev/null @@ -1,14 +0,0 @@ -<!-- - Generates single XHTML document from DocBook XML source using DocBook XSL - stylesheets. - - NOTE: The URL reference to the current DocBook XSL stylesheets is - rewritten to point to the copy on the local disk drive by the XML catalog - rewrite directives so it doesn't need to go out to the Internet for the - stylesheets. This means you don't need to edit the <xsl:import> elements on - a machine by machine basis. ---> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> -<xsl:import href="common.xsl"/> -</xsl:stylesheet> |