mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Pass tmux.1.in to awk on stdin rather than as an argument.
This commit is contained in:
@ -242,7 +242,7 @@ tmux.1: tmux.1.in
|
|||||||
if test x@MANFORMAT@ = xmdoc; then \
|
if test x@MANFORMAT@ = xmdoc; then \
|
||||||
cp tmux.1.in tmux.1; \
|
cp tmux.1.in tmux.1; \
|
||||||
else \
|
else \
|
||||||
$(AWK) -fmdoc2man.awk tmux.1.in >tmux.1; \
|
$(AWK) -fmdoc2man.awk <tmux.1.in >tmux.1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update SF web site.
|
# Update SF web site.
|
||||||
|
Reference in New Issue
Block a user