Allow arbitrary Prefix attributes (#4591)
* Allow arbitrary Prefix attributes * Test attribute type as well * Flake8 fixes * Remove __new__ method * Fewer uses of join_path in the docs
This commit is contained in:

committed by
Todd Gamblin

parent
cac4362f64
commit
e5ce7b1639
@@ -186,6 +186,6 @@ def install_manpages(self):
|
||||
prefix = self.prefix
|
||||
|
||||
with working_dir('git-manpages'):
|
||||
install_tree('man1', prefix.share_man1)
|
||||
install_tree('man5', prefix.share_man5)
|
||||
install_tree('man7', prefix.share_man7)
|
||||
install_tree('man1', prefix.share.man.man1)
|
||||
install_tree('man5', prefix.share.man.man5)
|
||||
install_tree('man7', prefix.share.man.man7)
|
||||
|
Reference in New Issue
Block a user