X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b8b980f056ba286ae56ddae00bc399fd449ed727;hb=77bb0e7a3cca5e41509ad45fd764171ddc2e56ef;hp=735b844253a00e338d9d9198b4ef797920b4bf77;hpb=c8ff937827f1321052c9b4e843fae9a3e0776916;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 735b844..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. @@ -43,18 +43,27 @@ dist-hook: all-local: cd $(srcdir); \ find $(DIST_SUBDIRS) \ - -name '*.c' -o -name '*.pl' -o -name '*.pm' -o \ - -name 'virt-cat' -o \ - -name 'virt-df' -o \ - -name 'virt-edit' -o \ - -name 'virt-inspector' -o \ - -name 'virt-ls' -o \ - -name 'virt-rescue' -o \ - -name 'virt-tar' | \ + -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ grep -v '^gnulib/' | \ + grep -v 'perl/blib/' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in # 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