diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-28 12:56:38 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-28 13:18:47 +0100 |
commit | 512f21c965c5d4bf1faf922d6a241c397f703e67 (patch) | |
tree | 80db8c1f5e6d57fafb92ea47bc8b1d2e024a327a /po-docs | |
parent | 67a803e1f28ef0ba7549ef71cd5a094dabf962a7 (diff) | |
download | libguestfs-512f21c965c5d4bf1faf922d6a241c397f703e67.tar.gz libguestfs-512f21c965c5d4bf1faf922d6a241c397f703e67.tar.xz libguestfs-512f21c965c5d4bf1faf922d6a241c397f703e67.zip |
po-docs: Copy all *.1 and *.3 files to the install dir.
Diffstat (limited to 'po-docs')
-rw-r--r-- | po-docs/ja/Makefile.am | 6 | ||||
-rw-r--r-- | po-docs/uk/Makefile.am | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index ffbef0e3..44661922 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -133,8 +133,6 @@ stamp-update-po: # XXX Can automake do this properly? install-data-hook: $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 guestfish.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 guestmount.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 virt-*.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 + $(INSTALL) -m 0644 *.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man3 - $(INSTALL) -m 0644 guestfs.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3 + $(INSTALL) -m 0644 *.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3 diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index ffbef0e3..44661922 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -133,8 +133,6 @@ stamp-update-po: # XXX Can automake do this properly? install-data-hook: $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 guestfish.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 guestmount.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 virt-*.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 + $(INSTALL) -m 0644 *.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man3 - $(INSTALL) -m 0644 guestfs.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3 + $(INSTALL) -m 0644 *.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3 |