diff options
-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) |