X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=b8b980f056ba286ae56ddae00bc399fd449ed727;hb=refs%2Ftags%2F1.2.2;hp=1a34e15655065abf7a30e77f045deed79b9f22fe;hpb=97c3cd728eaa608ceb9c0f2db20a002b6dcccf02;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 1a34e15..b8b980f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ SUBDIRS += ocaml endif if HAVE_PERL -SUBDIRS += perl +SUBDIRS += perl regedit endif # Not yet written. @@ -52,3 +52,18 @@ all-local: # Pkgconfig. pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hivex.pc + +# Maintainer website update. +HTMLFILES = \ + html/hivex.3.html \ + html/hivexget.1.html \ + html/hivexml.1.html \ + html/hivexregedit.1.html \ + html/hivexsh.1.html + +WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs + +website: $(HTMLFILES) + cp $(HTMLFILES) $(WEBSITEDIR) + +CLEANFILES = $(HTMLFILES) pod2*.tmp