git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6eb9f47
)
regen-no-doc-noise-20060125
author
Jim Rees
<rees@umich.edu>
Wed, 25 Jan 2006 19:44:15 +0000 (19:44 +0000)
committer
Jim Rees
<rees@umich.edu>
Wed, 25 Jan 2006 19:44:15 +0000 (19:44 +0000)
Don't say we're building man pages if we're not.
regen.sh
patch
|
blob
|
history
diff --git
a/regen.sh
b/regen.sh
index
bc05925
..
75c51ff
100755
(executable)
--- a/
regen.sh
+++ b/
regen.sh
@@
-13,7
+13,7
@@
autoheader
# Rebuild the man pages, to not require those building from source to have
# pod2man available.
-echo "Building man pages"
if test -d doc/man-pages ; then
+ echo "Building man pages"
(cd doc/man-pages && ./generate-man)
fi