From 279c560c62deca26e633a1d10e9ae120b98cab0c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 13 Jan 2010 13:08:30 +0000 Subject: [PATCH] Add guestfs.pod and guestfish.pod to EXTRA_DIST. --- fish/Makefile.am | 3 ++- src/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.8.3.1