mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-23 02:57:33 +00:00
Pass tmux.1.in to awk on stdin rather than as an argument.
This commit is contained in:
parent
792e2856c9
commit
11b90bc959
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ tmux.1: tmux.1.in
|
|||
if test x@MANFORMAT@ = xmdoc; then \
|
||||
cp tmux.1.in tmux.1; \
|
||||
else \
|
||||
$(AWK) -fmdoc2man.awk tmux.1.in >tmux.1; \
|
||||
$(AWK) -fmdoc2man.awk <tmux.1.in >tmux.1; \
|
||||
fi
|
||||
|
||||
# Update SF web site.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue