From: Karel Zak Date: Tue, 28 Feb 2012 17:11:23 +0000 (+0100) Subject: build-sys: s/ruman/ruman1/ X-Git-Tag: v2.22-rc1~738 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda92fe093f761916b49e9bd11609d2057da8d62;p=thirdparty%2Futil-linux.git build-sys: s/ruman/ruman1/ Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 8b8006ecd9..b218341b11 100644 --- a/configure.ac +++ b/configure.ac @@ -831,8 +831,8 @@ AC_ARG_ENABLE([ddate], ) UL_BUILD_INIT([ddate]) AM_CONDITIONAL(BUILD_DDATE, test "x$build_ddate" = xyes) -rumandir='${mandir}/ru/man1' -AC_SUBST([rumandir]) +ruman1dir='${mandir}/ru/man1' +AC_SUBST([ruman1dir]) AC_ARG_ENABLE([agetty], diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am index 64e88fdde2..281ec231ec 100644 --- a/man/ru/Makefile.am +++ b/man/ru/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am if BUILD_DDATE -ruman_DATA = ddate.1 -EXTRA_DIST = $(ruman_DATA) +ruman1_DATA = ddate.1 +EXTRA_DIST = $(ruman1_DATA) endif