diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-18 12:12:42 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-18 12:13:08 +0100 |
commit | 3b9d52b2a82bd6cdb10aa267b514805ad3f5e552 (patch) | |
tree | b639709eba1823ffe4e4b17fc2144315df0be5b7 | |
parent | 44d295756fc0fd58a85d4a417ba97145697894fb (diff) | |
download | libguestfs-3b9d52b2a82bd6cdb10aa267b514805ad3f5e552.tar.gz libguestfs-3b9d52b2a82bd6cdb10aa267b514805ad3f5e552.tar.xz libguestfs-3b9d52b2a82bd6cdb10aa267b514805ad3f5e552.zip |
po-docs: Include source (POD files) in EXTRA_DIST.
-rw-r--r-- | po-docs/ja/Makefile.am | 2 | ||||
-rw-r--r-- | po-docs/uk/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index ebecbe5f..23c6f40f 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -47,7 +47,7 @@ MANPAGES = \ # size. EXTRA_DIST = \ $(MANPAGES) \ - $(cat ../podfiles) + $(shell for f in `cat ../podfiles`; do basename $$f; done) all-local: $(MANPAGES) diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index ebecbe5f..23c6f40f 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -47,7 +47,7 @@ MANPAGES = \ # size. EXTRA_DIST = \ $(MANPAGES) \ - $(cat ../podfiles) + $(shell for f in `cat ../podfiles`; do basename $$f; done) all-local: $(MANPAGES) |