po-docs: Generate list of *.pod files.

Generate the list of *.pod files, instead of hard coding
it (and having it get very very out of date).  Store the
list in a separate file po-docs/podfiles.
This commit is contained in:
Richard W.M. Jones
2011-07-17 23:03:37 +01:00
parent 63c1d5dd6e
commit f5d26e3cea
4 changed files with 45 additions and 26 deletions

View File

@@ -35,11 +35,7 @@ MANPAGES = \
# size.
EXTRA_DIST = \
$(MANPAGES) \
guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod \
guestfish.pod guestfish-actions.pod guestfish-commands.pod \
guestmount.pod \
libguestfs-test-tool.pod \
$(wildcard virt-*.pl)
$(cat ../podfiles)
all-local: $(MANPAGES)