summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-01 13:46:34 +0100
committerJim Meyering <meyering@redhat.com>2009-12-01 13:46:34 +0100
commit25d07bce5d7506734d6e19f477dd2393713b98c2 (patch)
tree02880a8ea766c6ded41f108062694ca0a9cdb639 /man
parent7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff (diff)
downloadidutils-25d07bce5d7506734d6e19f477dd2393713b98c2.tar.gz
idutils-25d07bce5d7506734d6e19f477dd2393713b98c2.tar.bz2
idutils-25d07bce5d7506734d6e19f477dd2393713b98c2.zip
build: correct relative name of .version file
* man/Makefile.am (common_dep): Use ../.version, not $(top_srcdir)/.version. Reported by Markus Armbruster.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index eb844e1..2d108ec 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST = $(man_aux)
MAINTAINERCLEANFILES = $(dist_man1_MANS)
# Depend on .version to get version number changes.
-common_dep = $(top_srcdir)/.version
+common_dep = ../.version
mkid.1: $(common_dep) $(srcdir)/mkid.x ../src/mkid.c
lid.1: $(common_dep) $(srcdir)/lid.x ../src/lid.c