From: Bruno Haible Date: Fri, 6 Dec 2024 08:31:47 +0000 (+0100) Subject: build: Remove left-overs from remove-potcdate.sin. X-Git-Tag: v0.24~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab8aeae02fcb526f162267f43776782b28a90bb;p=thirdparty%2Fgettext.git build: Remove left-overs from remove-potcdate.sin. * gettext-runtime/po/Makefile.in.in (.SUFFIXES): Remove '.sed'. * gettext-tools/examples/po/Makefile.am (.SUFFIXES): Remove '.sed' and '.sin'. (.sin.sed): Remove rule. * gettext-tools/examples/hello-*/po/Makefile.am: Likewise. --- diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index acff1e1be..8fcc63d20 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -94,7 +94,7 @@ all: all-@USE_NLS@ .SUFFIXES: -.SUFFIXES: .po .gmo .sed .nop .po-create .po-update +.SUFFIXES: .po .gmo .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 diff --git a/gettext-tools/examples/hello-c++-qt/po/Makefile.am b/gettext-tools/examples/hello-c++-qt/po/Makefile.am index a7e1a2c20..8076a16e0 100644 --- a/gettext-tools/examples/hello-c++-qt/po/Makefile.am +++ b/gettext-tools/examples/hello-c++-qt/po/Makefile.am @@ -87,7 +87,7 @@ QMFILES = @QMFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).qm) CATALOGS = @QTCATALOGS@ -SUFFIXES = .po .qm .sed .sin .nop .po-create .po-update +SUFFIXES = .po .qm .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .qm files appear in release tarballs. # The GNU Coding Standards say in @@ -115,10 +115,6 @@ $(QMFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.qm $${lang}.qm && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am b/gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am index 2a8ac0597..7a8247704 100644 --- a/gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am +++ b/gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am @@ -90,7 +90,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -118,10 +118,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-clisp/po/Makefile.am b/gettext-tools/examples/hello-clisp/po/Makefile.am index 58c7b6daf..550ca5a18 100644 --- a/gettext-tools/examples/hello-clisp/po/Makefile.am +++ b/gettext-tools/examples/hello-clisp/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am index 7eb743bb0..fecab3247 100644 --- a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am @@ -82,7 +82,7 @@ RESOURCESDLLFILES = @RESOURCESDLLFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang))/$(DOMAIN).resources.dll) CATALOGS = @CSHARPCATALOGS@ -SUFFIXES = .sed .sin .nop .po-create .po-update +SUFFIXES = .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .resources.dll files appear in release # tarballs. @@ -95,10 +95,6 @@ SUFFIXES = .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-csharp/po/Makefile.am b/gettext-tools/examples/hello-csharp/po/Makefile.am index 7eb743bb0..fecab3247 100644 --- a/gettext-tools/examples/hello-csharp/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp/po/Makefile.am @@ -82,7 +82,7 @@ RESOURCESDLLFILES = @RESOURCESDLLFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang))/$(DOMAIN).resources.dll) CATALOGS = @CSHARPCATALOGS@ -SUFFIXES = .sed .sin .nop .po-create .po-update +SUFFIXES = .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .resources.dll files appear in release # tarballs. @@ -95,10 +95,6 @@ SUFFIXES = .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-gawk/po/Makefile.am b/gettext-tools/examples/hello-gawk/po/Makefile.am index 18eb630f7..c0e914db4 100644 --- a/gettext-tools/examples/hello-gawk/po/Makefile.am +++ b/gettext-tools/examples/hello-gawk/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-guile/po/Makefile.am b/gettext-tools/examples/hello-guile/po/Makefile.am index 1f83bb4dd..74835039e 100644 --- a/gettext-tools/examples/hello-guile/po/Makefile.am +++ b/gettext-tools/examples/hello-guile/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-java-awt/po/Makefile.am b/gettext-tools/examples/hello-java-awt/po/Makefile.am index 1f97ec842..19d5107bf 100644 --- a/gettext-tools/examples/hello-java-awt/po/Makefile.am +++ b/gettext-tools/examples/hello-java-awt/po/Makefile.am @@ -83,7 +83,7 @@ CLASSFILES = @CLASSFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties) CATALOGS = @JAVACATALOGS@ -SUFFIXES = .po .sed .sin .nop .po-create .po-update +SUFFIXES = .po .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .properties or .class files appear # in release tarballs. The GNU Coding Standards say in @@ -95,10 +95,6 @@ SUFFIXES = .po .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: $(srcdir)/stamp-po diff --git a/gettext-tools/examples/hello-java-qtjambi/po/Makefile.am b/gettext-tools/examples/hello-java-qtjambi/po/Makefile.am index 1f97ec842..19d5107bf 100644 --- a/gettext-tools/examples/hello-java-qtjambi/po/Makefile.am +++ b/gettext-tools/examples/hello-java-qtjambi/po/Makefile.am @@ -83,7 +83,7 @@ CLASSFILES = @CLASSFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties) CATALOGS = @JAVACATALOGS@ -SUFFIXES = .po .sed .sin .nop .po-create .po-update +SUFFIXES = .po .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .properties or .class files appear # in release tarballs. The GNU Coding Standards say in @@ -95,10 +95,6 @@ SUFFIXES = .po .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: $(srcdir)/stamp-po diff --git a/gettext-tools/examples/hello-java-swing/po/Makefile.am b/gettext-tools/examples/hello-java-swing/po/Makefile.am index 1f97ec842..19d5107bf 100644 --- a/gettext-tools/examples/hello-java-swing/po/Makefile.am +++ b/gettext-tools/examples/hello-java-swing/po/Makefile.am @@ -83,7 +83,7 @@ CLASSFILES = @CLASSFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties) CATALOGS = @JAVACATALOGS@ -SUFFIXES = .po .sed .sin .nop .po-create .po-update +SUFFIXES = .po .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .properties or .class files appear # in release tarballs. The GNU Coding Standards say in @@ -95,10 +95,6 @@ SUFFIXES = .po .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: $(srcdir)/stamp-po diff --git a/gettext-tools/examples/hello-java/po/Makefile.am b/gettext-tools/examples/hello-java/po/Makefile.am index 1f97ec842..19d5107bf 100644 --- a/gettext-tools/examples/hello-java/po/Makefile.am +++ b/gettext-tools/examples/hello-java/po/Makefile.am @@ -83,7 +83,7 @@ CLASSFILES = @CLASSFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties) CATALOGS = @JAVACATALOGS@ -SUFFIXES = .po .sed .sin .nop .po-create .po-update +SUFFIXES = .po .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .properties or .class files appear # in release tarballs. The GNU Coding Standards say in @@ -95,10 +95,6 @@ SUFFIXES = .po .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: $(srcdir)/stamp-po diff --git a/gettext-tools/examples/hello-librep/po/Makefile.am b/gettext-tools/examples/hello-librep/po/Makefile.am index 05348bbcd..87c07390d 100644 --- a/gettext-tools/examples/hello-librep/po/Makefile.am +++ b/gettext-tools/examples/hello-librep/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile index ae8caf208..c2c4672d1 100644 --- a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile +++ b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile @@ -91,11 +91,7 @@ STRINGSFILES = $(foreach lang, $(LINGUAS), $(top_srcdir)/$(NSLOCALE_$(lang)).lpr ENSTRINGSFILES = $(foreach lang, $(ENLINGUAS), $(top_srcdir)/$(NSLOCALE_$(lang)).lproj/Localizable.strings) CATALOGS = $(STRINGSFILES) $(ENSTRINGSFILES) -.SUFFIXES: .po .sed .sin .nop .po-create .po-update - -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ +.SUFFIXES: .po .nop .po-create .po-update internal-all:: all-local-$(USE_NLS) diff --git a/gettext-tools/examples/hello-pascal/po/Makefile.am b/gettext-tools/examples/hello-pascal/po/Makefile.am index 374e91e09..26b664cbe 100644 --- a/gettext-tools/examples/hello-pascal/po/Makefile.am +++ b/gettext-tools/examples/hello-pascal/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-perl/po/Makefile.am b/gettext-tools/examples/hello-perl/po/Makefile.am index 5be9f2122..b713c50af 100644 --- a/gettext-tools/examples/hello-perl/po/Makefile.am +++ b/gettext-tools/examples/hello-perl/po/Makefile.am @@ -94,7 +94,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -122,10 +122,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-php/po/Makefile.am b/gettext-tools/examples/hello-php/po/Makefile.am index 287e1ca01..fc6e2c2c8 100644 --- a/gettext-tools/examples/hello-php/po/Makefile.am +++ b/gettext-tools/examples/hello-php/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-python/po/Makefile.am b/gettext-tools/examples/hello-python/po/Makefile.am index 9f0f6b60b..8c88c2941 100644 --- a/gettext-tools/examples/hello-python/po/Makefile.am +++ b/gettext-tools/examples/hello-python/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-sh/po/Makefile.am b/gettext-tools/examples/hello-sh/po/Makefile.am index 093e496ed..9852db363 100644 --- a/gettext-tools/examples/hello-sh/po/Makefile.am +++ b/gettext-tools/examples/hello-sh/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-smalltalk/po/Makefile.am b/gettext-tools/examples/hello-smalltalk/po/Makefile.am index 508ee528b..3fcea3a21 100644 --- a/gettext-tools/examples/hello-smalltalk/po/Makefile.am +++ b/gettext-tools/examples/hello-smalltalk/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 67891118f..485c02f63 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -80,7 +80,7 @@ MSGFILES = @MSGFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang)).msg) CATALOGS = @TCLCATALOGS@ -SUFFIXES = .sed .sin .nop .po-create .po-update +SUFFIXES = .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .msg files appear in release tarballs. # The GNU Coding Standards say in @@ -92,10 +92,6 @@ SUFFIXES = .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 67891118f..485c02f63 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -80,7 +80,7 @@ MSGFILES = @MSGFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(frob $(lang)).msg) CATALOGS = @TCLCATALOGS@ -SUFFIXES = .sed .sin .nop .po-create .po-update +SUFFIXES = .nop .po-create .po-update # The .pot file, stamp-po, .po files, and .msg files appear in release tarballs. # The GNU Coding Standards say in @@ -92,10 +92,6 @@ SUFFIXES = .sed .sin .nop .po-create .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/hello-ycp/po/Makefile.am b/gettext-tools/examples/hello-ycp/po/Makefile.am index c8a3861a0..533c3e128 100644 --- a/gettext-tools/examples/hello-ycp/po/Makefile.am +++ b/gettext-tools/examples/hello-ycp/po/Makefile.am @@ -84,7 +84,7 @@ DUMMYPOFILES = @DUMMYPOFILES@ # $(foreach lang, user-specified subset of $(LINGUAS), $(lang).gmo) CATALOGS = @CATALOGS@ -SUFFIXES = .po .gmo .sed .sin .nop .po-create .po-update +SUFFIXES = .po .gmo .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 @@ -112,10 +112,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot mv t-$${lang}.gmo $${lang}.gmo && \ rm -f $${lang}.1po -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@ diff --git a/gettext-tools/examples/po/Makefile.am b/gettext-tools/examples/po/Makefile.am index 85c466e4b..488e5d24a 100644 --- a/gettext-tools/examples/po/Makefile.am +++ b/gettext-tools/examples/po/Makefile.am @@ -154,7 +154,7 @@ UPDATEPOFILES = @UPDATEPOFILES@ # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop) DUMMYPOFILES = @DUMMYPOFILES@ -SUFFIXES = .po .sed .sin .nop .po-update +SUFFIXES = .po .nop .po-update # The .pot file, stamp-po, and .po files appear in release tarballs. # The GNU Coding Standards say in @@ -166,10 +166,6 @@ SUFFIXES = .po .sed .sin .nop .po-update # source directory." # Therefore we put these files in the source directory, not the build directory. -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - all-local: all-local-@USE_NLS@