search for: d5c9ba2

Displaying 2 results from an estimated 2 matches for "d5c9ba2".

2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
...-m 0644 $(srcdir)/*.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man5 - $(INSTALL) -m 0644 $(srcdir)/*.5 $(DESTDIR)$(mandir)/$(LINGUA)/man5 +include $(srcdir)/../language.mk diff --git a/po-docs/language.mk b/po-docs/language.mk new file mode 100644 index 0000000..d5c9ba2 --- /dev/null +++ b/po-docs/language.mk @@ -0,0 +1,191 @@ +# libguestfs translations of man pages and POD files +# Copyright (C) 2010-2012 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by...
2015 Oct 22
0
[PATCH 2/2] po-docs: generate virt-dib and virt-get-kernel docs
--- po-docs/language.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/po-docs/language.mk b/po-docs/language.mk index d5c9ba2..89a559b 100644 --- a/po-docs/language.mk +++ b/po-docs/language.mk @@ -56,10 +56,12 @@ MANPAGES = \ virt-copy-out.1 \ virt-customize.1 \ virt-df.1 \ + virt-dib.1 \ virt-diff.1 \ virt-edit.1 \ virt-filesystems.1 \ virt-format.1 \ + virt-get-kernel.1 \ virt-index-validate.1 \ virt-...