X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=3cba8bc3d01f0ded5aa55ea7fe9f2230015568b8;hp=c4ca1e0d6c555b56e984337c0dcdf4c1b91639c0;hb=f8f10578093e926f5f36289a6c11615d067fbcad;hpb=811b4a51dc25219e19527304892e7f688867e105 diff --git a/Makefile.am b/Makefile.am index c4ca1e0..3cba8bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src daemon appliance fish po examples images \ - capitests regressions + capitests regressions test-tool if HAVE_OCAML SUBDIRS += ocaml @@ -159,11 +159,13 @@ dist-hook: # Update the list of translatable files in po/POTFILES.in. all-local: cd $(srcdir); \ - find -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v '/blib/' | \ - grep -v '/capitests/' | \ - grep -v '/examples/' | \ - sort | \ + find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ + grep -v 'perl/blib/' | \ + grep -v 'capitests/' | \ + grep -v 'examples/' | \ + grep -v '/guestfs_protocol.c' | \ + grep -v '/rc_protocol.c' | \ + LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in # Pkgconfig. @@ -176,8 +178,8 @@ pkgconfig_DATA = libguestfs.pc CLEANFILES = $(fs_DATA) \ emptydisk \ pod2htm?.tmp \ - $(HTMLFILES) \ - $(man_MANS) + html/*.html \ + guestfs.3 guestfish.1 clean-local: rm -rf initramfs