]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Remove left-overs from remove-potcdate.sin.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Dec 2024 08:31:47 +0000 (09:31 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Dec 2024 08:31:47 +0000 (09:31 +0100)
* 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.

24 files changed:
gettext-runtime/po/Makefile.in.in
gettext-tools/examples/hello-c++-qt/po/Makefile.am
gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am
gettext-tools/examples/hello-clisp/po/Makefile.am
gettext-tools/examples/hello-csharp-forms/po/Makefile.am
gettext-tools/examples/hello-csharp/po/Makefile.am
gettext-tools/examples/hello-gawk/po/Makefile.am
gettext-tools/examples/hello-guile/po/Makefile.am
gettext-tools/examples/hello-java-awt/po/Makefile.am
gettext-tools/examples/hello-java-qtjambi/po/Makefile.am
gettext-tools/examples/hello-java-swing/po/Makefile.am
gettext-tools/examples/hello-java/po/Makefile.am
gettext-tools/examples/hello-librep/po/Makefile.am
gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile
gettext-tools/examples/hello-pascal/po/Makefile.am
gettext-tools/examples/hello-perl/po/Makefile.am
gettext-tools/examples/hello-php/po/Makefile.am
gettext-tools/examples/hello-python/po/Makefile.am
gettext-tools/examples/hello-sh/po/Makefile.am
gettext-tools/examples/hello-smalltalk/po/Makefile.am
gettext-tools/examples/hello-tcl-tk/po/Makefile.am
gettext-tools/examples/hello-tcl/po/Makefile.am
gettext-tools/examples/hello-ycp/po/Makefile.am
gettext-tools/examples/po/Makefile.am

index acff1e1beebf1c263987dd0c41ffd52e73525e6f..8fcc63d20a6db70675fc180a8c56b1efd27a3552 100644 (file)
@@ -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
index a7e1a2c202f35c4dda9515bc8e84f85b49af7de5..8076a16e05d50fc6d221baffb2a51458d0cceacd 100644 (file)
@@ -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@
 
index 2a8ac05974631ae1c3e3f8de4e6c2a2996a732ba..7a82477042e687993f4e991ca418a27e393758e2 100644 (file)
@@ -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@
 
index 58c7b6daf41653f2798d065c387ef8efcc9704d1..550ca5a18b6332f8c355b507151b951564a298af 100644 (file)
@@ -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@
 
index 7eb743bb0b45a8269d466f63c98a294ed5f8b19b..fecab324763fe2c5c8cb3618daf02858b28ee419 100644 (file)
@@ -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@
 
index 7eb743bb0b45a8269d466f63c98a294ed5f8b19b..fecab324763fe2c5c8cb3618daf02858b28ee419 100644 (file)
@@ -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@
 
index 18eb630f762eefa3844a52729513ba05565392fb..c0e914db4ef05fe1f4c5bd3037b8f510390f88ae 100644 (file)
@@ -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@
 
index 1f83bb4dd097e1d5653befbddcb331dd4a0aba42..74835039e356d7bc03837978589ca411da403966 100644 (file)
@@ -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@
 
index 1f97ec842051d1d25856b61088df394f56ad1ff8..19d5107bf6e6bb719b4069289dc2518c1885a1cd 100644 (file)
@@ -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
 
index 1f97ec842051d1d25856b61088df394f56ad1ff8..19d5107bf6e6bb719b4069289dc2518c1885a1cd 100644 (file)
@@ -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
 
index 1f97ec842051d1d25856b61088df394f56ad1ff8..19d5107bf6e6bb719b4069289dc2518c1885a1cd 100644 (file)
@@ -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
 
index 1f97ec842051d1d25856b61088df394f56ad1ff8..19d5107bf6e6bb719b4069289dc2518c1885a1cd 100644 (file)
@@ -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
 
index 05348bbcd8877e43c4e187ae9ab2d43565a1a30f..87c07390d8486b472ae0fa8973a5704ca343d189 100644 (file)
@@ -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@
 
index ae8caf208197062b949328c8c0fd1969b1b09670..c2c4672d17da79bac2f6dcdd54912e2ce577b5d8 100644 (file)
@@ -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)
index 374e91e09b443eb8680db971c92885264ca6f0e1..26b664cbe03c6d633e3996aadfc209c3fb121935 100644 (file)
@@ -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@
 
index 5be9f2122cee60e3a89c8af19471c28b782bc306..b713c50afe7c20f8ccb716a8323754cd6f0859f2 100644 (file)
@@ -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@
 
index 287e1ca0122425a66c6a087e942becb476ed22b4..fc6e2c2c8707b60e83bb9d40074b7a18a1bfbcd7 100644 (file)
@@ -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@
 
index 9f0f6b60bf39aa587d861eec78e530baf92c5396..8c88c2941c6ca35337f631b7af0052d07484e5a1 100644 (file)
@@ -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@
 
index 093e496ed5e74e18f23e5f566961313baea1f8b3..9852db363bcecfb32272e1310d4b1aea00fe38ae 100644 (file)
@@ -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@
 
index 508ee528be66dad177303c01b16053298afddab3..3fcea3a219e922550b3b1f333db5aff0c2fa4ee3 100644 (file)
@@ -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@
 
index 67891118f256d9569341f16b59abbcbd8ffb68e9..485c02f636478b174573bffd86230f457182c848 100644 (file)
@@ -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@
 
index 67891118f256d9569341f16b59abbcbd8ffb68e9..485c02f636478b174573bffd86230f457182c848 100644 (file)
@@ -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@
 
index c8a3861a0151d0ddea377d27ba564c6353d95af8..533c3e128f5a5759ddf67e086d7a37f3b11d1ca6 100644 (file)
@@ -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@
 
index 85c466e4b47a4c3ef137b49d9e9672b3784043b3..488e5d24ae7cd053cc6575a4f6c2cfadc07eee1d 100644 (file)
@@ -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@