The branch, master has been updated
via fce095665c62eb38826f42ae55a0fbe998f18be0 (commit)
from ce52e45d44b38fcedfe27bce519ce6f4fc76a25d (commit)
- Log -----------------------------------------------------------------
commit fce095665c62eb38826f42ae55a0fbe998f18be0
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC.
---
Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 726582a..3eb3190 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,10 +240,11 @@ endif
# Build tmux.1 in the right format.
tmux.1: tmux.1.in
if test x@MANFORMAT@ = xmdoc; then \
- sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" tmux.1.in >tmux.1; \
+ sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1.in \
+ >$(srcdir)/tmux.1; \
else \
- sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" tmux.1.in| \
- $(AWK) -fmdoc2man.awk >tmux.1; \
+ sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1.in| \
+ $(AWK) -fmdoc2man.awk >$(srcdir)/tmux.1; \
fi
# Update SF web site.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs