Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
doc-diff: fix non-portable 'man' invocation
[gitweb.git]
/
Documentation
/
doc-diff
diff --git
a/Documentation/doc-diff
b/Documentation/doc-diff
index c430fe7c99f20299d3ef0e317d2ea73b5501f4e2..6ce040ea05d3fce86835d291e3b18c42153c0fa7 100755
(executable)
--- a/
Documentation/doc-diff
+++ b/
Documentation/doc-diff
@@
-77,7
+77,7
@@
generate_render_makefile () {
printf '%s: %s\n' "$dst" "$src"
printf '\t@echo >&2 " RENDER $(notdir $@)" && \\\n'
printf '\tmkdir -p $(dir $@) && \\\n'
- printf '\tMANWIDTH=80 man
-l
$< >$@+ && \\\n'
+ printf '\tMANWIDTH=80 man $< >$@+ && \\\n'
printf '\tmv $@+ $@\n'
done
}