From: Richard Jones Date: Wed, 13 Jan 2010 13:08:30 +0000 (+0000) Subject: Add guestfs.pod and guestfish.pod to EXTRA_DIST. X-Git-Tag: 1.0.81^0 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=279c560c62deca26e633a1d10e9ae120b98cab0c;p=libguestfs.git Add guestfs.pod and guestfish.pod to EXTRA_DIST. --- diff --git a/fish/Makefile.am b/fish/Makefile.am index 1652c54..d817e6c 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -31,7 +31,8 @@ BUILT_SOURCES = \ EXTRA_DIST = \ $(BUILT_SOURCES) \ - rc_protocol.x + rc_protocol.x \ + guestfish.pod guestfish_SOURCES = \ $(generator_built) \ diff --git a/src/Makefile.am b/src/Makefile.am index fb37167..68ee693 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,8 @@ EXTRA_DIST = \ MAX_PROC_NR \ stamp-generator \ generator.ml \ - libguestfs.3 + libguestfs.3 \ + guestfs.pod # Rerun the generator if it has changed. # Git removes empty directories, so in cases where the