X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=43b4fbc5e4d93a25ca03dab4c2434e25c2468371;hb=d5ed3c8f348e4ce6bc944ae6312bf9d8bfe852d4;hp=1a34e15655065abf7a30e77f045deed79b9f22fe;hpb=97c3cd728eaa608ceb9c0f2db20a002b6dcccf02;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 1a34e15..43b4fbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,13 +24,12 @@ SUBDIRS += ocaml endif if HAVE_PERL -SUBDIRS += perl +SUBDIRS += perl regedit endif -# Not yet written. -#if HAVE_PYTHON -#SUBDIRS += python -#endif +if HAVE_PYTHON +SUBDIRS += python +endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -52,3 +51,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