mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
Updates
This commit is contained in:
parent
02922b7ab8
commit
bae662923c
@ -1,7 +1,7 @@
|
|||||||
# Makefile for program source directory in GNU NLS utilities package.
|
# Makefile for program source directory in GNU NLS utilities package.
|
||||||
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
||||||
#
|
#
|
||||||
# This file may be copied and used freely without restrictions. It can
|
# This file file be copied and used freely without restrictions. It can
|
||||||
# be used in projects which are not available under the GNU Public License
|
# be used in projects which are not available under the GNU Public License
|
||||||
# but which still want to provide support for the GNU gettext functionality.
|
# but which still want to provide support for the GNU gettext functionality.
|
||||||
# Please note that the actual code is *not* freely available.
|
# Please note that the actual code is *not* freely available.
|
||||||
@ -85,9 +85,10 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in \
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
&& test ! -f $(PACKAGE).po \
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
|| ( rm -f $(srcdir)/$(PACKAGE).pot \
|
||||||
|
&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
|
||||||
|
|
||||||
$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
|
$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
|
||||||
$(srcdir)/stamp-cat-id: $(PACKAGE).pot
|
$(srcdir)/stamp-cat-id: $(PACKAGE).pot
|
||||||
@ -109,10 +110,10 @@ install-exec:
|
|||||||
install-data: install-data-@USE_NLS@
|
install-data: install-data-@USE_NLS@
|
||||||
install-data-no: all
|
install-data-no: all
|
||||||
install-data-yes: all
|
install-data-yes: all
|
||||||
if test -r $(MKINSTALLDIRS); then \
|
if test -r "$(MKINSTALLDIRS)"; then \
|
||||||
$(MKINSTALLDIRS) $(datadir); \
|
$(MKINSTALLDIRS) $(datadir); \
|
||||||
else \
|
else \
|
||||||
$(top_srcdir)/mkinstalldirs $(datadir); \
|
$(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
|
||||||
fi
|
fi
|
||||||
@catalogs='$(CATALOGS)'; \
|
@catalogs='$(CATALOGS)'; \
|
||||||
for cat in $$catalogs; do \
|
for cat in $$catalogs; do \
|
||||||
@ -123,10 +124,10 @@ install-data-yes: all
|
|||||||
esac; \
|
esac; \
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||||
dir=$$destdir/$$lang/LC_MESSAGES; \
|
dir=$$destdir/$$lang/LC_MESSAGES; \
|
||||||
if test -r $(MKINSTALLDIRS); then \
|
if test -r "$(MKINSTALLDIRS)"; then \
|
||||||
$(MKINSTALLDIRS) $$dir; \
|
$(MKINSTALLDIRS) $$dir; \
|
||||||
else \
|
else \
|
||||||
$(top_srcdir)/mkinstalldirs $$dir; \
|
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
|
||||||
fi; \
|
fi; \
|
||||||
if test -r $$cat; then \
|
if test -r $$cat; then \
|
||||||
$(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
|
$(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
|
||||||
@ -151,10 +152,10 @@ install-data-yes: all
|
|||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
if test "$(PACKAGE)" = "gettext"; then \
|
if test "$(PACKAGE)" = "gettext"; then \
|
||||||
if test -r $(MKINSTALLDIRS); then \
|
if test -r "$(MKINSTALLDIRS)"; then \
|
||||||
$(MKINSTALLDIRS) $(gettextsrcdir); \
|
$(MKINSTALLDIRS) $(gettextsrcdir); \
|
||||||
else \
|
else \
|
||||||
$(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
$(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
||||||
fi; \
|
fi; \
|
||||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||||
$(gettextsrcdir)/Makefile.in.in; \
|
$(gettextsrcdir)/Makefile.in.in; \
|
||||||
|
@ -34,5 +34,7 @@ g10/verify.c
|
|||||||
g10/status.c
|
g10/status.c
|
||||||
g10/pubkey-enc.c
|
g10/pubkey-enc.c
|
||||||
g10/openfile.c
|
g10/openfile.c
|
||||||
|
g10/encr-data.c
|
||||||
|
g10/seskey.c
|
||||||
|
|
||||||
#---end--
|
#---end--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user