X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=8d69c55e0cacff765ed7572fd6e5ad0e61e4f299;hb=74c193566426bdf857ced781c36decb77d9fd755;hp=1749a121b913f6b02ac48235f2d17e5715e4a300;hpb=9790f4d500c441c43ca9d05adee6e637792b1fab;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 1749a12..8d69c55 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,31 +17,49 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex gnulib/tests po +# Work around broken libtool. +export to_tool_file_cmd=func_convert_file_noop -EXTRA_DIST = hivex.pc hivex.pc.in +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 + +if HAVE_RUBY +SUBDIRS += ruby +endif + +EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE # Generate the ChangeLog automatically from the gitlog. dist-hook: $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog -# Update the list of translatable files in po/POTFILES.in. -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' | \ - grep -v '^gnulib/' | \ - 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