Displaying 5 results from an estimated 5 matches for "a274898".
2015 Oct 02
2
[PATCH] build: ensure .pot and .pod files for docs are up-to-date
...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 deletion(-)
diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
index a274898..bf10558 100644
--- a/po-docs/Makefile.am
+++ b/po-docs/Makefile.am
@@ -41,7 +41,9 @@ CLEANFILES = po4a.conf
# 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)
+# The...
2015 Oct 02
2
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
...ted manpages for documentations, all the
> > needed .pod files should be already there.
> > ---
> > po-docs/Makefile.am | 6 +++++-
> > 1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
> > index a274898..bf10558 100644
> > --- a/po-docs/Makefile.am
> > +++ b/po-docs/Makefile.am
> > @@ -41,7 +41,9 @@ CLEANFILES = po4a.conf
> > # language directory contains a Makefile.am that we need to keep up to
> > # date (note each $lang/Makefile.am should be identical).
> >...
2015 Nov 13
1
[PATCH] po-docs: disable parallel build
...eded by
'guestfish.1'. Stop.
This appears to go away if you set .NOTPARALLEL in all of po-docs.
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
---
po-docs/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
index a274898..617e8ad 100644
--- a/po-docs/Makefile.am
+++ b/po-docs/Makefile.am
@@ -88,3 +88,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 $@
+
+.NOTPARALLEL:
--
2.6.2
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
...t,
> 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 deletion(-)
>
> diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
> index a274898..bf10558 100644
> --- a/po-docs/Makefile.am
> +++ b/po-docs/Makefile.am
> @@ -41,7 +41,9 @@ CLEANFILES = po4a.conf
> # 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?...
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
...l the
> > > needed .pod files should be already there.
> > > ---
> > > po-docs/Makefile.am | 6 +++++-
> > > 1 file changed, 5 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
> > > index a274898..bf10558 100644
> > > --- a/po-docs/Makefile.am
> > > +++ b/po-docs/Makefile.am
> > > @@ -41,7 +41,9 @@ CLEANFILES = po4a.conf
> > > # language directory contains a Makefile.am that we need to keep up to
> > > # date (note each $lang/Makefile.am should...