X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po-docs%2Fuk%2FMakefile.am;h=4b149fe4601248c1f263d56a612d54924087f533;hp=ebecbe5f4dca38d9c074d4afa01ffc4bf1423d7f;hb=463a739bf0475cf45bf03ad2c4130b2ed656686e;hpb=03459c8fa754e45c7e492b378456e0afac1b0dcb diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index ebecbe5..4b149fe 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) @@ -70,6 +70,9 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod %.1: %.pod $(top_srcdir)/podwrapper.sh --man $@ $< +%.1: %.pl + $(top_srcdir)/podwrapper.sh --man $@ $< + # XXX Can automake do this properly? install-data-hook: $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1