Don't cd around invocations of install-man
authorRuss Allbery <rra@stanford.edu>
Wed, 21 Jul 2010 17:36:21 +0000 (10:36 -0700)
committerDerrick Brashear <shadow@dementia.org>
Wed, 21 Jul 2010 18:29:30 +0000 (11:29 -0700)
commit41d321e900ccb99120a49980c24d44f206075f17
tree557d6da9464ee9afce445befd8e18c43201d8c36
parentf0a52e168c0f3495c7b168a63c149116219e3c1b
Don't cd around invocations of install-man

install-man is a config.status-generated script, so Autoconf will
substitute in the path to our install-sh script, but Autoconf prefers
relative paths that are only valid in the directory in which
install-man is generated.  We therefore must avoid changing directories
before calling install-man.

Instead of cd, use relative paths including the directory and adjust
the installation path accordingly.

Change-Id: I8666257b9d74fa80cf7f136bd0ee6ff895897066
Reviewed-on: http://gerrit.openafs.org/2460
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
doc/man-pages/Makefile.in