X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=e9b38eaeb4d8293fb5285061fcc0537699ea2c10;hp=a33c91c378b8247d6024ac7bff3a0b741783e2b9;hb=06c906168c0a96662ad47473cfe5f2fb3c316757;hpb=a0d514f13d3334b79745d7d1f90a6ac615afa7c2 diff --git a/Makefile.am b/Makefile.am index a33c91c..e9b38ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,9 @@ endif if HAVE_HASKELL SUBDIRS += haskell endif +if HAVE_PHP +SUBDIRS += php +endif # Virt-inspector, tools and guestmount. if HAVE_INSPECTOR @@ -68,6 +71,9 @@ if HAVE_FUSE SUBDIRS += fuse endif +# po-docs must come after tools, inspector. +SUBDIRS += po-docs + EXTRA_DIST = \ $(generator_built) \ html/pod.css \ @@ -181,6 +187,7 @@ all-local: grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ grep -v 'appliance/debian/root' | \ + grep -v '^po-docs/' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in