po-docs: Include source (POD files) in EXTRA_DIST.

This commit is contained in:
Richard W.M. Jones
2011-07-18 12:12:42 +01:00
parent 44d295756f
commit 3b9d52b2a8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ MANPAGES = \
# size.
EXTRA_DIST = \
$(MANPAGES) \
$(cat ../podfiles)
$(shell for f in `cat ../podfiles`; do basename $$f; done)
all-local: $(MANPAGES)

View File

@@ -47,7 +47,7 @@ MANPAGES = \
# size.
EXTRA_DIST = \
$(MANPAGES) \
$(cat ../podfiles)
$(shell for f in `cat ../podfiles`; do basename $$f; done)
all-local: $(MANPAGES)