search for: 89a559b

Displaying 3 results from an estimated 3 matches for "89a559b".

Did you mean: 389a559a
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-inspector...
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
Move most of the content of either po-docs/ja/Makefile.am or po-docs/uk/Makefile.am to po-docs/language.mk, and use it exclusively instead of the former contents of the languange-specific Makefile.am. This way, either adding a new documentation or enabling a new language will not require copying over the same make code. --- po-docs/ja/Makefile.am | 174 +-------------------------------------------
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a