Hi,

When updating to 1.9a I found the install phase failed as it couldn't
find the awk file to manipulate the man page.  The included patch fixes
this for us.
I've also added a space as some nawks fail to find the file if there is
no space following the -f.

Cheers,
Jon

---
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dd6756b..aae6f55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,8 @@ install-exec-hook:
                        >$(srcdir)/tmux.1.mdoc; \
        else \
                sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
-                       $(AWK) -fmdoc2man.awk >$(srcdir)/tmux.1.man; \
+                       $(AWK) -f $(srcdir)mdoc2man.awk \
+                       >$(srcdir)/tmux.1.man; \
        fi
        $(MKDIR_P) $(DESTDIR)$(mandir)/man1
        $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
-- 
1.7.3.2


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to