diff options
author | Sami Kerola | 2012-02-26 22:45:40 +0100 |
---|---|---|
committer | Karel Zak | 2012-02-28 15:41:32 +0100 |
commit | 7aa8bdb50e49d18ad07d708a9ccfbf0ffbfaf612 (patch) | |
tree | b917b3e1d19300c3f0cce439becacc86b2cd5de5 /man | |
parent | mount: (new) add 'internal-only(i)' to non-root allowed options (diff) | |
download | kernel-qcow2-util-linux-7aa8bdb50e49d18ad07d708a9ccfbf0ffbfaf612.tar.gz kernel-qcow2-util-linux-7aa8bdb50e49d18ad07d708a9ccfbf0ffbfaf612.tar.xz kernel-qcow2-util-linux-7aa8bdb50e49d18ad07d708a9ccfbf0ffbfaf612.zip |
docs: do not overwrite ddate.1 manual
The following warning meant either english manual page overwrote ru
version, or otherway around. Neither way that not intented. This
patch will change ru version of the manual page to be installed to
<prefix><mandir>/ru/man1 directory.
man/ru/Makefile.am:4: warning: mandir was already defined in condition TRUE, which includes condition BUILD_DDATE ...
configure.ac:1: ... `mandir' previously defined here
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'man')
-rw-r--r-- | man/ru/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am index 31fafb9dd..64e88fdde 100644 --- a/man/ru/Makefile.am +++ b/man/ru/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am if BUILD_DDATE -mandir = @mandir@/ru -dist_man_MANS = -dist_man_MANS += ddate.1 +ruman_DATA = ddate.1 +EXTRA_DIST = $(ruman_DATA) endif |