diff options
Diffstat (limited to 'po-docs/uk/Makefile.am')
| -rw-r--r-- | po-docs/uk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
