po-docs: Include source (POD files) in EXTRA_DIST.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Jul 2011 11:12:42 +0000 (12:12 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Jul 2011 11:13:08 +0000 (12:13 +0100)
po-docs/ja/Makefile.am
po-docs/uk/Makefile.am

index ebecbe5..23c6f40 100644 (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)
 
index ebecbe5..23c6f40 100644 (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)