Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] Fix build of po-docs during initial build"
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 +-------------------------------------------
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
You need to install po4a (in Fedora) to test this.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part --------------
>From 7ca0058ecf24b6963771d0c39fd5e2f36874eb38
2020 Aug 13
15
[v2v PATCH 00/14] Adaptations to Weblate
We are migrating to Weblate (the Fedora instance, in particular) for
translations instead of Zanata. Adapt our tooling a bit to the different
workflow:
- Weblate takes care of updating the po files whenever a new translation
catalog is available, so stop doing that on our own: this meant also
tweaking the po4a usage for POD documentations, resulting in simpler
rules (IMHO)
- ensure that the
2020 Aug 12
10
[PATCH 0/9] Adaptations to Weblate
We are migrating to Weblate (the Fedora instance, in particular) for
translations instead of Zanata. Adapt our tooling a bit to the different
workflow:
- Weblate takes care of updating the po files whenever a new translation
catalog is available, so stop doing that on our own: this meant also
tweaking the po4a usage for POD documentations, resulting in simpler
rules (IMHO)
- ensure that the
2015 Oct 02
2
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
On Friday 02 October 2015 12:19:16 Richard W.M. Jones wrote:
> On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote:
> > Traverse the po-docs directory before the subdirectories with translated
> > documentations, so we can make sure that libguestfs-docs.pot and the
> > translated .pod files have been generated. As a consequence of that,
> > when generating the
2020 Aug 13
2
[PATCH] po-docs: turn language list into LINGUAS file
Use a LINGUAS file with the list of available translations instead of
defining them in a make variable. This way Weblate will be able to
update the list using an available addon, and we do not need to list
those not built.
Accordingly, rename the variable with built languages to
'linguas_translated'.
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
---
po-docs/LINGUAS | 12
2015 Oct 02
2
[PATCH] build: ensure .pot and .pod files for docs are up-to-date
Traverse the po-docs directory before the subdirectories with translated
documentations, so we can make sure that libguestfs-docs.pot and the
translated .pod files have been generated. As a consequence of that,
when generating the translated manpages for documentations, all the
needed .pod files should be already there.
---
po-docs/Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1
2020 Aug 13
0
Re: [PATCH] po-docs: turn language list into LINGUAS file
On Thursday, 13 August 2020 12:20:01 CEST Pino Toscano wrote:
> Use a LINGUAS file with the list of available translations instead of
> defining them in a make variable. This way Weblate will be able to
> update the list using an available addon, and we do not need to list
> those not built.
>
> Accordingly, rename the variable with built languages to
>
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)
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):
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
On Fri, Oct 02, 2015 at 01:31:30PM +0200, Pino Toscano wrote:
> On Friday 02 October 2015 12:19:16 Richard W.M. Jones wrote:
> > On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote:
> > > Traverse the po-docs directory before the subdirectories with translated
> > > documentations, so we can make sure that libguestfs-docs.pot and the
> > > translated
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
2011 Apr 13
1
No rule to make target `guestfs.pod', needed by `guestfs.3' in po-docs/ja
FYI, I hit this failure:
make[3]: Entering directory `/h/j/w/co/libguestfs/po-docs/ja'
make[3]: *** No rule to make target `guestfs.pod', needed by `guestfs.3'. Stop.
make[3]: Leaving directory `/h/j/w/co/libguestfs/po-docs/ja'
guestfs.pod is in src/.
I'll investigate later, if needed.
2020 Aug 13
0
[v2v PATCH 14/14] po-docs: update translations from catalog templates
Run a msgmerge of the translations with the up-to-date template.
Do it manually before adding virt-v2v to Weblate, so we can edit them
(e.g. removing the obsolete messages, which are largely from libguestfs
sources).
---
This patch was truncated for mailing list posting.
Originally it was ~13M.
po-docs/cs.po | 3960 +-
po-docs/de.po | 9299 +---
po-docs/en_GB.po | 62274
2007 Dec 16
0
po/LINGUAS po/pl.po
po/LINGUAS | 2 +-
po/pl.po | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 1 deletion(-)
New commits:
commit 54a78d5fda9973f9db36d164f09746fe18607043
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 16 22:28:25 2007 +0100
add Polish translation
diff --git a/po/LINGUAS b/po/LINGUAS
index a1bece0..fe71204
2019 Sep 20
1
[PATCH] build: Move po subdir after everything else except po-docs
Otherwise it complains about missing files that it has no rules for, for example
`builder/index-parser.c`.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Another issue I found when compiling on CentOS 7. Not sure why it happens, but
it only makes sense that the directory that uses files from other directories
(which might be generated) is used after all the code ones.
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote:
> Traverse the po-docs directory before the subdirectories with translated
> documentations, so we can make sure that libguestfs-docs.pot and the
> translated .pod files have been generated. As a consequence of that,
> when generating the translated manpages for documentations, all the
> needed .pod files should be
2012 Jul 13
1
Need Suggestions for Sentence Breaking Implementation
Hi,
I have been working on developing Link Grammar interface, so as to use POS
tagging while indexing the documents.
The interface header as well as implementation file have been completed and
you can view them at <
https://github.com/sehaj-sk/xapian/commit/052d634e1986bcf5607e43f52ac3e07646920196>
and <
2014 May 26
2
more PO files available at the TP
Hi,
At the translationproject there are four more languages available
than are included in the 1.42.10 tarball: Danish, Esperanto, Malay,
and Ukrainian. Please include these in your next release.
Attached patch adds the missing language codes to the po/LINGUAS
file. The easiest way to fetch the missing files (and the latest
updates) is to run:
rsync -Lrtvz
2009 Aug 05
0
[PATCH] build: generate some just-removed files in po/
My change that removed most of po/*
should have included this patch to generate two required files.
Without this change, "make -C po" fails like this:
make: Entering directory `/o/libguestfs/po'
make: *** No rule to make target `/config.status', needed by `Makefile'. Stop.
...
Once you've pulled this change, you will need to
run ./bootstrap manually to make