]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix "make install".
authorBruno Haible <bruno@clisp.org>
Mon, 10 Mar 2025 06:33:04 +0000 (07:33 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Mar 2025 06:33:04 +0000 (07:33 +0100)
* gettext-tools/examples/Makefile.am (EXAMPLESFILES): Match actual file list.

gettext-tools/examples/Makefile.am

index 2441f5cd71e1d98e28678481a88833ccd4bb33db..56b81d42b2b04f59fb936063c3cc3f36780a6b4a 100644 (file)
@@ -340,13 +340,13 @@ EXAMPLESFILES = \
   hello-go/autoclean.sh \
   hello-go/example1/hello1sl.go.in \
   hello-go/example1/hello1ml.go.in \
-  hello-go/example1/go.mod \
+  hello-go/example1/go.mod.in \
   hello-go/example1/Makefile.am \
   hello-go/example2/hello2sl.go.in \
-  hello-go/example2/go.mod \
+  hello-go/example2/go.mod.in \
   hello-go/example2/Makefile.am \
   hello-go/example3/hello3ml.go.in \
-  hello-go/example3/go.mod \
+  hello-go/example3/go.mod.in \
   hello-go/example3/Makefile.am \
   hello-go/Makefile.am \
   hello-go/configure.ac \
@@ -357,7 +357,7 @@ EXAMPLESFILES = \
   hello-go-http/autogen.sh \
   hello-go-http/autoclean.sh \
   hello-go-http/example1/hello1ml.go.in \
-  hello-go-http/example1/go.mod \
+  hello-go-http/example1/go.mod.in \
   hello-go-http/example1/Makefile.am \
   hello-go-http/Makefile.am \
   hello-go-http/configure.ac \