summaryrefslogtreecommitdiff
path: root/man/de
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-06-06 01:45:22 +0100
committerColin Watson <cjwatson@debian.org>2013-06-06 01:45:22 +0100
commit041ad0994d8641495fc71dad41c747a751b3e3a7 (patch)
tree59625c08440d2653166323b00973ac074a15c348 /man/de
parentaf7fca6d7772f64512596da444b96eded8b8ffb4 (diff)
* man/Rules.man (TESTS_ENVIRONMENT): Move environment variable
settings here, rather than using non-portable 'export'.
Diffstat (limited to 'man/de')
-rw-r--r--man/de/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/de/Makefile.in b/man/de/Makefile.in
index 420fb884..9cd06916 100644
--- a/man/de/Makefile.in
+++ b/man/de/Makefile.in
@@ -1451,6 +1451,10 @@ man8_MANS = \
man8/mandb.8
CLEANFILES = $(man1_MANS) $(man5_MANS) $(man8_MANS) replace.sed
+@CROSS_COMPILING_FALSE@TESTS_ENVIRONMENT = top_builddir=$(top_builddir); export top_builddir; \
+@CROSS_COMPILING_FALSE@ LINGUA=$(LINGUA); export LINGUA; \
+@CROSS_COMPILING_FALSE@ EGREP=$(EGREP); export EGREP;
+
@CROSS_COMPILING_FALSE@LOG_COMPILER = @SHELL@ $(top_srcdir)/man/check-man
@CROSS_COMPILING_FALSE@TESTS = $(man1_MANS) $(man5_MANS) $(man8_MANS)
all: all-am
@@ -2019,8 +2023,6 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
uninstall-man1 uninstall-man5 uninstall-man8
-export top_builddir LINGUA EGREP
-
replace.sed: $(top_builddir)/man/replace.sin
$(AM_V_GEN)sed -e 's,%REPLACE_CONFIG_FILE%,$(config_file),g' $(top_builddir)/man/replace.sin > $@