X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1f6f62e353ec6157c860f68ee9ceee1f0fcbf8a6;hp=c4ca1e0d6c555b56e984337c0dcdf4c1b91639c0;hb=4c54721ad46b77c52eb6bb7e3ffe74325ac52797;hpb=811b4a51dc25219e19527304892e7f688867e105 diff --git a/Makefile.am b/Makefile.am index c4ca1e0..1f6f62e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,10 +159,12 @@ 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/' | \ + 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' | \ sort | \ sed 's,^\./,,' > po/POTFILES.in @@ -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