summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-21 13:43:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-21 13:48:05 +0000
commit902531ce5179b618ed88b5ce81166b0800a5b42e (patch)
treebb4834d4693138d6c7e01a8faa95735542e7d2ad
parenta98c10313a8c13e0b588c55f7bfcd4b3dcc73067 (diff)
downloadgettext-902531ce5179b618ed88b5ce81166b0800a5b42e.tar.gz
gettext.morph: clear the list of EXAMPLESPOFILES
gettext-tools/examples/Makefile.am customises its install script by installing every file in EXAMPLESPOFILES in every example subdirectory. This should not be necessary if configure --disable-nls is run, but it does not seem to be configured for it. The usual manner is to add an install-po-@USE_NLS@ and an install-po-yes and an install-po-no
-rw-r--r--gettext.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext.morph b/gettext.morph
index 2dbda532b..9cb1f8c61 100644
--- a/gettext.morph
+++ b/gettext.morph
@@ -6,9 +6,9 @@
"./configure --prefix=/usr --disable-nls"
],
"build-commands": [
- "make"
+ "make EXAMPLESPOFILES="
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "make EXAMPLESPOFILES= DESTDIR=\"$DESTDIR\" install"
]
}