X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=b8b980f056ba286ae56ddae00bc399fd449ed727;hb=77bb0e7a3cca5e41509ad45fd764171ddc2e56ef;hp=fc57ef4c8725d8740fa409dde72a3ea77e4bf75e;hpb=aef7470a0492d3fea1a00ef2de8381417fb23b83;p=hivex.git diff --git a/Makefile.am b/Makefile.am index fc57ef4..b8b980f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,20 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex images gnulib/tests po +SUBDIRS = gnulib/lib lib images gnulib/tests sh xml po + +if HAVE_OCAML +SUBDIRS += ocaml +endif + +if HAVE_PERL +SUBDIRS += perl regedit +endif + +# Not yet written. +#if HAVE_PYTHON +#SUBDIRS += python +#endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -30,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