X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b86caca5e2584d1d5f549ad8a558429c744c6cee;hb=cebd6f31f598c03b310a76d6fb44a18773896c1a;hp=2ebc015bcf97fbf32ca4422223b8b4e4659a66b2;hpb=58bcae66794fda42c50b991f615cfc8fcaa35c0e;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 2ebc015..b86caca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # hivex -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,22 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex gnulib/tests po +# Work around broken libtool. +export to_tool_file_cmd=func_convert_file_noop + +SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po + +if HAVE_OCAML +SUBDIRS += ocaml +endif + +if HAVE_PERL +SUBDIRS += perl regedit +endif + +if HAVE_PYTHON +SUBDIRS += python +endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -30,18 +45,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