The branch, master has been updated
       via  b096ad9f2227afb4a9b70b2107431c82a1528eb8 (commit)
      from  3f54c9292fc8ee147d45256e430fbf85fab98128 (commit)

- Log -----------------------------------------------------------------
commit b096ad9f2227afb4a9b70b2107431c82a1528eb8
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Makefile.am:  Honour $srcdir for mdoc2man.awk
    
    Honour out-of-tree srcdir installs when generating the man page.  Noticed by
    Jon Tibble.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dd6756b..bca0064 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,7 @@ 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 $(srcdoc)/mdoc2man.awk >$(srcdir)/tmux.1.man; 
\
        fi
        $(MKDIR_P) $(DESTDIR)$(mandir)/man1
        $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \


-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
"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-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to