From dda92fe093f761916b49e9bd11609d2057da8d62 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 28 Feb 2012 18:11:23 +0100 Subject: [PATCH] build-sys: s/ruman/ruman1/ Signed-off-by: Karel Zak --- configure.ac | 4 ++-- man/ru/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.3