search for: podfiles

Displaying 20 results from an estimated 46 matches for "podfiles".

2019 Nov 27
0
[v2v PATCH 5/5] Remove extra entries from podfiles
--- po-docs/podfiles | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/po-docs/podfiles b/po-docs/podfiles index d1f86067..1623f848 100644 --- a/po-docs/podfiles +++ b/po-docs/podfiles @@ -10,15 +10,3 @@ ../docs/virt-v2v-support.pod ../docs/virt-v2v.pod ../test-harness/virt-v2v-test-harness.pod -../vi...
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
...og.1 \ - virt-ls.1 \ - virt-make-fs.1 \ - virt-p2v.1 \ - virt-p2v-make-disk.1 \ - virt-p2v-make-kickstart.1 \ - virt-rescue.1 \ - virt-resize.1 \ - virt-sparsify.1 \ - virt-sysprep.1 \ - virt-tar.1 \ - virt-tar-in.1 \ - virt-tar-out.1 \ - virt-v2v.1 \ - virt-v2v-test-harness.1 \ - virt-win-reg.1 - -podfiles := $(shell for f in `cat $(top_srcdir)/po-docs/podfiles`; do echo `basename $$f .pod`.pod; done) - -# Ship the POD files and the translated manpages in the tarball. This -# just simplifies building from the tarball, at a small cost in extra -# size. -EXTRA_DIST = \ - $(MANPAGES) \ - $(podfiles) -...
2020 Aug 13
15
[v2v PATCH 00/14] Adaptations to Weblate
...nata - update the translations to do edits before handing them over to Weblate - remove empty translations (v2v is translated less than libguestfs) Pino Toscano (14): po: turn language list into LINGUAS file po-docs: turn language list into LINGUAS file po: remove rules for pot/po update podfiles: add missing documentation po-docs: add missing dependencies for virt-v2v.1 po-docs: split pot and po handling po: fix references to OCaml sources po-docs: fix references to sources Remove references to Zanata po: extract again messages from C sources po/po-docs: update catalog templa...
2020 Aug 12
10
[PATCH 0/9] Adaptations to Weblate
...top-level directory, so Weblate (and users too, actually) can properly locate the sources - regenerate the catalogs - drop references to Zanata Pino Toscano (9): po: turn language list into LINGUAS file po: remove rules for pot/po update po-docs: add missing dependencies for guestfish.1 podfiles: add missing documentation po-docs: split pot and po handling po: fix references to OCaml sources po-docs: fix references to sources po/po-docs: update catalog templates Remove references to Zanata .gitignore | 1 - Makefile.am | 4 +- docs/guest...
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
...o you by the "I haven't rebuilt the libguestfs universe in a while" saga. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap | 61 +------------------------- configure.ac | 2 - m4/guestfs-c.m4 | 12 ----- m4/guestfs-find-db-tool.m4 | 43 ------------------ m4/guestfs-libraries.m4 | 90 +-------...
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and one that uses Ruby's own autoconf stuff for determining how Ruby bindings should be built. Cheers, -Hilko
2015 Oct 02
2
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
...> +# The current directory is traversed first, to make sure that .pot and .pod > > +# files are up-to-date and generated before applying translations in subdirs. > > +SUBDIRS = . $(linguas) > > > > update-po: libguestfs-docs.pot > > > > @@ -88,3 +90,5 @@ podfiles: Makefile > > for f in `cat $(top_srcdir)/po/POTFILES-pl`; do echo $(top_srcdir)/$$f; done >> $@-t > > LC_ALL=C sort -o $@-t $@-t > > mv $@-t $@ > > + > > +all-local: update-po > > This means the PO files are going to get rebuilt on every ordinary &g...
2015 Nov 13
1
[PATCH] po-docs: disable parallel build
Automating the master build from scratch requires some annoying hassles thanks to 1ea1646e6f224dbc5b3922bb3c65aab4d71a9cb9. This can be worked around by running the requisite commands first, i.e., rm -f po-docs/podfiles && make -C po-docs update-po && make But after that, there still appears to be a race in the po-docs build (reproduced on -j12 on an E5-1650 v2): make[2]: Entering directory 'libguestfs-git/src/libguestfs/po-docs' Making all in ja make[3]: Entering directory ...
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
...;t rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap | 61 +-------------------------- configure.ac | 2 - m4/guestfs-c.m4 | 12 ------ m4/guestfs-libraries.m4 | 90 +--------------------------------------- m4/guestfs-perl.m4 | 2...
2015 Oct 02
2
[PATCH] build: ensure .pot and .pod files for docs are up-to-date
...e identical). # XXX Is there a better way? -SUBDIRS = $(linguas) +# The current directory is traversed first, to make sure that .pot and .pod +# files are up-to-date and generated before applying translations in subdirs. +SUBDIRS = . $(linguas) update-po: libguestfs-docs.pot @@ -88,3 +90,5 @@ podfiles: Makefile for f in `cat $(top_srcdir)/po/POTFILES-pl`; do echo $(top_srcdir)/$$f; done >> $@-t LC_ALL=C sort -o $@-t $@-t mv $@-t $@ + +all-local: update-po -- 2.1.0
2015 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
...o get the external tests. --- .gitignore | 6 + Makefile.am | 3 + README | 2 + configure.ac | 8 +- po-docs/ja/Makefile.am | 1 + po-docs/podfiles | 1 + po-docs/uk/Makefile.am | 1 + po/POTFILES-ml | 1 + v2v/test-harness/META.in | 6 + v2v/test-harness/Makefile.am | 154 +++++++++++ v2v/test-harness/v2v_test_harness.ml | 4...
2015 Mar 10
2
[PATCH 0/1] v2v: Add the test-harness used by external tests.
As I'm now working through the enormous virt-v2v/virt-p2v bug list, we need a high quality set of tests to ensure that we don't accidentally regress some old OS/hypervisor combination while making changes. The test cases are going to be huge, so we cannot possibly distribute them in libguestfs. Furthermore many of them have licensing problems which means we cannot redistribute them at
2020 Aug 13
2
[PATCH] po-docs: turn language list into LINGUAS file
...# because there is insufficient coverage. -linguas_not_translated = cs de en_GB es eu fr nl pt_BR tg zh_CN +# Languages that we translate, as they have enough coverage. +linguas_translated = ja uk EXTRA_DIST = \ libguestfs-docs.pot \ $(linguas:%=%.po) \ - $(linguas_not_translated:%=%.po) \ podfiles # Build the final man pages from the translated POD files. Each # language directory contains a Makefile.am that we need to keep up to # date (note each $lang/Makefile.am should be identical). # XXX Is there a better way? -SUBDIRS = $(linguas) +SUBDIRS = $(linguas_translated) libguestfs-d...
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
...is traversed first, to make sure that .pot and .pod > > > +# files are up-to-date and generated before applying translations in subdirs. > > > +SUBDIRS = . $(linguas) > > > > > > update-po: libguestfs-docs.pot > > > > > > @@ -88,3 +90,5 @@ podfiles: Makefile > > > for f in `cat $(top_srcdir)/po/POTFILES-pl`; do echo $(top_srcdir)/$$f; done >> $@-t > > > LC_ALL=C sort -o $@-t $@-t > > > mv $@-t $@ > > > + > > > +all-local: update-po > > > > This means the PO files are going...
2013 Dec 07
2
[PATCH 1/2] Fix installing man-pages from out-of-tree build
--- po-docs/ja/Makefile.am | 6 +++--- po-docs/uk/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index da1bcc3..820f91a 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -160,8 +160,8 @@ $(podfiles): # XXX Can automake do this properly? install-data-hook: $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1 - $(INSTALL) -m 0644 *.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 + $(INSTALL) -m 0644 $(srcdir)/*.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1 $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man3 - $(INSTALL)...
2013 Mar 04
1
[PATCH] fuse: Add guestmount-cleanup program to handle unmounting (RHBZ#916780).
* PATCH FOR DISCUSSION ONLY - NOT TO BE APPLIED * Colin suggested something which seems eminently sensible: https://bugzilla.redhat.com/show_bug.cgi?id=916780 I've been through a couple of rounds of trying to implement this. I started with adding the option as suggested to the guestmount program, but it tended to make the guestmount program more complex. More importantly, adding the option
2019 Nov 28
4
[PATCH v2 0/3] options: Describe --key SELECTOR in a single file.
v1 was here: https://www.redhat.com/archives/libguestfs/2019-November/msg00271.html In v2 I just updated the way paths are handled. Note this series requires the following patch to common which adds the common/options/key-option.pod file: https://www.redhat.com/archives/libguestfs/2019-November/msg00269.html Rich.
2019 Nov 26
4
[PATCH libguestfs 0/3] options: Describe --key SELECTOR in a single file.
The libguestfs part of this change. Also a virt-v2v part will be needed. The first patch adds a new feature to podwrapper so that we can use __INCLUDE:file__ directives within the POD itself (instead of using --insert, and one day replacing that). The second patch shows how this change could be used for the included parts of the guestfish man page, including the non-English pages under
2013 Sep 24
2
[PATCH] build: fix errors when compiling man-pages
...virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.po --man $@ \ $< +%.1: $(top_srcdir)/tools/% + $(PODWRAPPER) \ + --no-strict-checks \ + --man $@ \ + $< + # Ensure that the first time we build from git, since guestfs.pod # hasn't been built yet, build it. $(podfiles): stamp-update-po diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index 0ec6619..f985adf 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -1,5 +1,5 @@ # libguestfs translations of man pages and POD files -# Copyright (C) 2010-2012 Red Hat Inc. +# Copyright (C) 2010-...
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
...h +# language directory contains a Makefile.am that we need to keep up to +# date (note each $lang/Makefile.am should be identical). +# XXX Is there a better way? +SUBDIRS = $(LINGUAS) + +# List of english POD sources which can be translated. +# Perl files count as POD as far as po4a is concerned. +PODFILES = \ + ../src/guestfs.pod \ + ../src/guestfs-actions.pod \ + ../src/guestfs-availability.pod \ + ../src/guestfs-structs.pod \ + ../fish/guestfish.pod \ + ../fish/guestfish-actions.pod \ + ../test-tool/libguestfs-test-tool.pod \ + ../fuse/guestmount.pod \ + ../inspector/virt-inspector.pl \ + $(wildca...