diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-31 20:12:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-31 20:12:39 -0400 |
commit | 96fe7e83d4ef7b1f3df997c90413792bcc263649 (patch) | |
tree | 945bdd7de17eae920a07293be9eae64d0c12c6e8 /autogen.sh | |
parent | 8b1eb9c754b9e9aa6d1aa892be08fb2fdf374e29 (diff) |
man: ship pre-build man pages
This addresses https://github.com/gentoo/eudev/issues/98
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 6d65bb2a02..98fec16244 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,6 @@ #!/bin/sh autoreconf -f -i + +cd man +./make.sh |