bug-hello
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/7] update NLS file sources


From: Reuben Thomas
Subject: Re: [PATCH 7/7] update NLS file sources
Date: Tue, 31 Dec 2013 19:59:17 +0000

Fine.


On 30 December 2013 11:58, Sami Kerola <address@hidden> wrote:

> * .gitignore: ignore 'make po-check' files
> * Makefile.am: ignore gnulib/ directory contents when po-check'ing
> * po/POTFILES.in: add file po-check found not to be part of translations
> ---
>  .gitignore     | 2 ++
>  Makefile.am    | 2 +-
>  po/POTFILES.in | 1 +
>  3 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index 50011b7..47409f7 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -33,6 +33,8 @@
>  /Makefile
>  /Makefile.in
>  /man/hello.1
> +/po-check-1
> +/po-check-2
>  /po/*.gmo
>  /po/*.pot
>  /po/.reference
> diff --git a/Makefile.am b/Makefile.am
> index 1487fdd..4210270 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -92,7 +92,7 @@ po-check:
>           files=;                                                       \
>           for file in $$($(CVS_LIST_EXCEPT)) `find * -name '*.[ch]'`; do \
>             case $$file in                                              \
> -           djgpp/* | man/*) continue;;                                 \
> +           gnulib/* | man/*) continue;;                                \
>             esac;                                                       \
>             case $$file in                                              \
>             *.[ch])                                                     \
> diff --git a/po/POTFILES.in b/po/POTFILES.in
> index 1b1ac82..6e94b34 100644
> --- a/po/POTFILES.in
> +++ b/po/POTFILES.in
> @@ -8,6 +8,7 @@
>
>  # Package source files.
>  src/hello.c
> +src/system.h
>
>  # Gnulib source files.
>  lib/closeout.c
> --
> 1.8.5.2
>
>
>


-- 
http://rrt.sc3d.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]