summaryrefslogtreecommitdiffstats
path: root/hivex
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-29 20:33:27 +0000
committerRichard Jones <rjones@redhat.com>2009-10-29 20:33:27 +0000
commit2ec5ff5d3436989882d4284690606989e71cef96 (patch)
tree233b410780a6d92a276e0bd32c58e5290cf6976b /hivex
parentbb67f62e3c6a326f37a1baaf64709840a155457f (diff)
downloadlibguestfs-2ec5ff5d3436989882d4284690606989e71cef96.tar.gz
libguestfs-2ec5ff5d3436989882d4284690606989e71cef96.tar.xz
libguestfs-2ec5ff5d3436989882d4284690606989e71cef96.zip
Add HTML documentation to website.
Diffstat (limited to 'hivex')
-rw-r--r--hivex/Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/hivex/Makefile.am b/hivex/Makefile.am
index 574bcac7..b73aa2f4 100644
--- a/hivex/Makefile.am
+++ b/hivex/Makefile.am
@@ -69,3 +69,32 @@ hivexget.1: hivexget.pod
--name "hivexget" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
$< > $@-t; mv $@-t $@
+
+noinst_DATA = \
+ $(top_builddir)/html/hivex.3.html \
+ $(top_builddir)/html/hivexml.1.html \
+ $(top_builddir)/html/hivexget.1.html
+
+$(top_builddir)/html/hivex.3.html: hivex.pod
+ mkdir -p $(top_builddir)/html
+ cd $(top_builddir) && pod2html \
+ --css 'pod.css' \
+ --htmldir html \
+ --outfile html/hivex.3.html \
+ hivex/hivex.pod
+
+$(top_builddir)/html/hivexml.1.html: hivexml.pod
+ mkdir -p $(top_builddir)/html
+ cd $(top_builddir) && pod2html \
+ --css 'pod.css' \
+ --htmldir html \
+ --outfile html/hivexml.1.html \
+ hivex/hivexml.pod
+
+$(top_builddir)/html/hivexget.1.html: hivexget.pod
+ mkdir -p $(top_builddir)/html
+ cd $(top_builddir) && pod2html \
+ --css 'pod.css' \
+ --htmldir html \
+ --outfile html/hivexget.1.html \
+ hivex/hivexget.pod