X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2FMakefile.am;h=b73aa2f4cf0b7da4f7092956da38907720c973f1;hb=f4619c24e2a5cceaf030ee015a5c005b5a84280c;hp=418abf1f8758ca64ae9259294ec8f3ccb48f3b34;hpb=792c5283009ed6753239a14df9a6e9c71bea35fd;p=libguestfs.git diff --git a/hivex/Makefile.am b/hivex/Makefile.am index 418abf1..b73aa2f 100644 --- a/hivex/Makefile.am +++ b/hivex/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = hivex.pod hivexml.pod hivexget.pod +EXTRA_DIST = hivex.pod hivexml.pod hivexget.pod LICENSE lib_LTLIBRARIES = libhivex.la @@ -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