summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2006-10-10 04:42:09 +0000
committerShaun McCance <shaunm@src.gnome.org>2006-10-10 04:42:09 +0000
commit31417a0b671ad781dcc916ea02c4079ddbeaae78 (patch)
treef0a7b7b729ffb31a305d6123fe4e4106c698c139 /Makefile.am
parentb8f9cedfb1bc3142f7ed1affebe61a9e924afd78 (diff)
downloadgnome-doc-utils-31417a0b671ad781dcc916ea02c4079ddbeaae78.tar.gz
- Added gnome-doc-html, no-fuss script to convert DocBook to HTML
* Makefile.am: * configure.in: * gnome-doc-html: - Added gnome-doc-html, no-fuss script to convert DocBook to HTML * xslt/docbook/html/db2html-classsynopsis.xsl: - Fixed type: python mode was calling cpp mode * xslt/docbook/html/db2html-cmdsynopsis.xsl: - Fixed documentation typos: s/paramter/parameter/ * xslt/docbook/html/db2html-funcsynopsis.xsl: - Whitespace * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/utils/Makefile.am: * xslt/docbook/utils/figures.xsl: - Split out db2html.imagedata.src to give figures.xsl - Added figures.xsl util to list the actual media files used
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 01a0754..d969ba2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ pkgdata_DATA=\
template.make \
template-document.xml
-bin_SCRIPTS = gnome-doc-prepare
+bin_SCRIPTS = gnome-doc-prepare gnome-doc-html
endif
# doc must go last