mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
po: Assume a 'sed' that supports '#' for introducing comments.
This is standardized in POSIX since POSIX:2001 (= SUSv3). It is supported on all platforms that I could test: GNU, macOS 10.5, FreeBSD 5, NetBSD 7, OpenBSD 6, AIX 7, Solaris 10 and 11, busybox (2019). * gettext-runtime/po/remove-potcdate.sed: Renamed from gettext-runtime/po/remove-potcdate.sin. * gettext-runtime/po/Makefile.in.in (DISTFILES.common): Update. (.SUFFIXES): Remove .sin. (.sin.sed): Remove rule. ($(DOMAIN).pot-update): Use remove-potcdate.sed in $(srcdir). (mostlyclean): Don't remove remove-potcdate.sed. * autogen.sh: Update. * Makefile.am (distcheck-hook): Update. * gettext-tools/examples/po/remove-potcdate.sed: Renamed from gettext-tools/examples/po/remove-potcdate.sin. * gettext-tools/examples/po/Makefile.am ($(DOMAIN).pot-update): Use remove-potcdate.sed in $(srcdir). (MOSTLYCLEANFILES): Don't add remove-potcdate.sed. (EXTRA_DIST): Update. * gettext-tools/examples/hello-*/po/Makefile.am ($(DOMAIN).pot-update): Use remove-potcdate.sed in $(srcdir). (MOSTLYCLEANFILES): Don't add remove-potcdate.sed. (EXTRA_DIST): Update. * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile ($(DOMAIN).pot-update): Remove dependency on remove-potcdate.sed. (internal-clean): Remove rule. * gettext-tools/examples/hello-*/autogen.sh: Update. * gettext-tools/examples/hello-*/autoclean.sh: Update.
This commit is contained in:
parent
fe3b543701
commit
9a4589466b
5
.gitignore
vendored
5
.gitignore
vendored
@ -412,7 +412,7 @@
|
||||
/gettext-tools/po/en@quot.header
|
||||
/gettext-tools/po/insert-header.sed
|
||||
/gettext-tools/po/quot.sed
|
||||
/gettext-tools/po/remove-potcdate.sin
|
||||
/gettext-tools/po/remove-potcdate.sed
|
||||
|
||||
# Files generated by the autotools:
|
||||
/aclocal.m4
|
||||
@ -858,7 +858,6 @@ core
|
||||
/gettext-runtime/intl/localename-table.h
|
||||
/gettext-runtime/libasprintf/autosprintf.h
|
||||
/gettext-runtime/po/??@*.insert-header
|
||||
/gettext-runtime/po/remove-potcdate.sed
|
||||
/gettext-runtime/src/gettext.res
|
||||
/gettext-tools/doc/gettext.am
|
||||
/gettext-tools/doc/gettext.ams
|
||||
@ -936,7 +935,6 @@ core
|
||||
/gettext-tools/libgrep/wctype.h
|
||||
/gettext-tools/libgrep/sys/types.h
|
||||
/gettext-tools/po/??@*.insert-header
|
||||
/gettext-tools/po/remove-potcdate.sed
|
||||
/gettext-tools/src/gettext.res
|
||||
/gettext-tools/src/textstyle.h
|
||||
/gettext-tools/src/textstyle/stdbool.h
|
||||
@ -945,7 +943,6 @@ core
|
||||
|
||||
# Files generated by "make dist" and erased by "make mostlyclean"
|
||||
# (see MOSTLYCLEANFILES in Makefile.am):
|
||||
/gettext-tools/examples/po/remove-potcdate.sed
|
||||
|
||||
# ---------- "make all check" gets you here ----------
|
||||
|
||||
|
||||
@ -71,8 +71,8 @@ distcheck-hook:
|
||||
cmp -s $(srcdir)/gettext-runtime/po/en@quot.header $(srcdir)/gettext-tools/po/en@quot.header
|
||||
cmp -s $(srcdir)/gettext-runtime/po/en@boldquot.header $(srcdir)/gettext-tools/po/en@boldquot.header
|
||||
cmp -s $(srcdir)/gettext-runtime/po/insert-header.sed $(srcdir)/gettext-tools/po/insert-header.sed
|
||||
cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sin $(srcdir)/gettext-tools/po/remove-potcdate.sin
|
||||
cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sin $(srcdir)/gettext-tools/examples/po/remove-potcdate.sin
|
||||
cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sed $(srcdir)/gettext-tools/po/remove-potcdate.sed
|
||||
cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sed $(srcdir)/gettext-tools/examples/po/remove-potcdate.sed
|
||||
cmp -s $(srcdir)/gettext-runtime/m4/build-to-host.m4 $(srcdir)/gettext-tools/gnulib-m4/build-to-host.m4
|
||||
cmp -s $(srcdir)/gettext-runtime/m4/gettext.m4 $(srcdir)/gettext-tools/gnulib-m4/gettext.m4
|
||||
cmp -s $(srcdir)/gettext-runtime/man/help2man $(srcdir)/gettext-tools/man/help2man
|
||||
|
||||
@ -541,7 +541,7 @@ cp -p gettext-runtime/po/quot.sed gettext-tools/po/quot.sed
|
||||
cp -p gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header
|
||||
cp -p gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header
|
||||
cp -p gettext-runtime/po/insert-header.sed gettext-tools/po/insert-header.sed
|
||||
cp -p gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin
|
||||
cp -p gettext-runtime/po/remove-potcdate.sed gettext-tools/po/remove-potcdate.sed
|
||||
|
||||
echo "$0: generating configure in gettext-tools..."
|
||||
cd gettext-tools
|
||||
|
||||
@ -68,7 +68,7 @@ POFILES = @POFILES@
|
||||
GMOFILES = @GMOFILES@
|
||||
UPDATEPOFILES = @UPDATEPOFILES@
|
||||
DUMMYPOFILES = @DUMMYPOFILES@
|
||||
DISTFILES.common = Makefile.in.in remove-potcdate.sin \
|
||||
DISTFILES.common = Makefile.in.in remove-potcdate.sed \
|
||||
$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
|
||||
DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \
|
||||
$(POFILES) $(GMOFILES) \
|
||||
@ -94,7 +94,7 @@ all: all-@USE_NLS@
|
||||
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .po .gmo .sed .sin .nop .po-create .po-update
|
||||
.SUFFIXES: .po .gmo .sed .nop .po-create .po-update
|
||||
|
||||
# The .pot file, stamp-po, .po files, and .gmo files appear in release tarballs.
|
||||
# The GNU Coding Standards say in
|
||||
@ -123,10 +123,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot
|
||||
mv t-$${lang}.gmo $${lang}.gmo && \
|
||||
rm -f $${lang}.1po
|
||||
|
||||
.sin.sed:
|
||||
sed -e '/^#/d' $< > t-$@
|
||||
mv t-$@ $@
|
||||
|
||||
|
||||
all-yes: $(srcdir)/stamp-po
|
||||
all-no:
|
||||
@ -171,7 +167,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -223,8 +219,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -398,7 +394,6 @@ info dvi ps pdf html tags TAGS ctags CTAGS ID:
|
||||
install-dvi install-ps install-pdf install-html:
|
||||
|
||||
mostlyclean:
|
||||
rm -f remove-potcdate.sed
|
||||
rm -f $(srcdir)/stamp-poT
|
||||
rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
rm -fr *.o
|
||||
|
||||
@ -22,7 +22,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -28,7 +28,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
rm -f admin/config.rpath
|
||||
|
||||
# Generated through admin/cvs.sh.
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -209,8 +209,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -281,14 +281,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(QMFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(QMFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(QMFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -16,7 +16,7 @@ rm -f m4/lib-ld.m4
|
||||
rm -f m4/lib-link.m4
|
||||
rm -f m4/lib-prefix.m4
|
||||
rm -f config.rpath
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -31,7 +31,7 @@ cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-ld.m4 m4/li
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-link.m4 m4/lib-link.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-prefix.m4 m4/lib-prefix.m4
|
||||
cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/build-aux}/config.rpath config.rpath
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -212,8 +212,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -346,14 +346,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -25,7 +25,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -25,7 +25,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -22,7 +22,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -22,7 +22,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -25,7 +25,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/csharpcomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpcomp.m4 m4/csharpcomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpexec.m4 m4/csharpexec.m4
|
||||
|
||||
@ -137,7 +137,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -189,8 +189,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -264,7 +264,6 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -278,7 +277,7 @@ maintainer-clean-local:
|
||||
done; \
|
||||
fi
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(RESOURCESDLLFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/csharpcomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpcomp.m4 m4/csharpcomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpexec.m4 m4/csharpexec.m4
|
||||
|
||||
@ -137,7 +137,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -189,8 +189,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -264,7 +264,6 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -278,7 +277,7 @@ maintainer-clean-local:
|
||||
done; \
|
||||
fi
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(RESOURCESDLLFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/javacomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(DOMAIN).pot stamp-po \
|
||||
$(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/javacomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(DOMAIN).pot stamp-po \
|
||||
$(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/javacomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(DOMAIN).pot stamp-po \
|
||||
$(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Brought in by explicit copy.
|
||||
rm -f m4/javacomp.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
|
||||
cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
|
||||
@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(DOMAIN).pot stamp-po \
|
||||
$(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -22,7 +22,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -7,6 +7,5 @@
|
||||
make distclean
|
||||
|
||||
rm -f po/remove-potcdate.sed
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/*.pot
|
||||
rm -rf *.lproj
|
||||
|
||||
@ -23,4 +23,4 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
@ -112,7 +112,7 @@ all-local-no:
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -199,9 +199,6 @@ $(POFILES): $(DOMAIN).pot
|
||||
$(MAKE) $${lang}.po-create; \
|
||||
fi
|
||||
|
||||
internal-clean::
|
||||
rm -f remove-potcdate.sed
|
||||
|
||||
update-po:
|
||||
$(MAKE) $(DOMAIN).pot-update
|
||||
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
|
||||
|
||||
@ -25,7 +25,7 @@ rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/Makefile.in.in
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -164,7 +164,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -216,8 +216,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -350,14 +350,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -258,14 +258,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(MSGFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -258,14 +258,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(MSGFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -11,7 +11,7 @@ rm -rf autom4te.cache
|
||||
rm -f m4/nls.m4
|
||||
rm -f m4/po.m4
|
||||
rm -f m4/progtest.m4
|
||||
rm -f po/remove-potcdate.sin
|
||||
rm -f po/remove-potcdate.sed
|
||||
|
||||
# Generated by aclocal.
|
||||
rm -f aclocal.m4
|
||||
|
||||
@ -26,7 +26,7 @@ fi
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
|
||||
cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
||||
cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
|
||||
|
||||
aclocal -I m4
|
||||
|
||||
|
||||
@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
# The determination of whether the package xyz is a GNU one is based on the
|
||||
# heuristic whether some file in the top level directory mentions "GNU xyz".
|
||||
# If GNU 'find' is available, we avoid grepping through monster files.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS)
|
||||
package_gnu="$(PACKAGE_GNU)"; \
|
||||
test -n "$$package_gnu" || { \
|
||||
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
|
||||
@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -340,14 +340,13 @@ uninstall-local-yes:
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
|
||||
EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
#distdir: distdir1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
## Makefile for the gettext-tools/examples/po subdirectory of GNU gettext
|
||||
## Copyright (C) 1995-2023 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1995-2024 Free Software Foundation, Inc.
|
||||
##
|
||||
## This program is free software: you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
@ -203,7 +203,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
|
||||
|
||||
# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
|
||||
# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS) remove-potcdate.sed
|
||||
$(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS)
|
||||
if test -n '$(MSGID_BUGS_ADDRESS)'; then \
|
||||
msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
|
||||
else \
|
||||
@ -218,8 +218,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS) remove-potcdate.sed
|
||||
$(SMALLPOTS)
|
||||
test ! -f $(DOMAIN).po || { \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
|
||||
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
|
||||
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
|
||||
else \
|
||||
@ -353,14 +353,13 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
|
||||
html ID:
|
||||
|
||||
MOSTLYCLEANFILES =
|
||||
MOSTLYCLEANFILES += remove-potcdate.sed
|
||||
MOSTLYCLEANFILES += stamp-poT
|
||||
MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
|
||||
MOSTLYCLEANFILES += *.o
|
||||
|
||||
MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(SMALLPOTS)
|
||||
|
||||
EXTRA_DIST = remove-potcdate.sin xsmallpot.sh mmsmallpo.sh LINGUAS \
|
||||
EXTRA_DIST = remove-potcdate.sed xsmallpot.sh mmsmallpo.sh LINGUAS \
|
||||
$(POFILES)
|
||||
|
||||
# Hidden from automake, but really activated. Works around an automake-1.5 bug.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user