[dahdi-commits] dahdi/tools.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Wed Feb 17 02:39:01 CST 2016


branch "master" has been updated
       via  6057ef25e984a2c7f8327b872233ba610b9aabe6 (commit)
      from  e1da7b528467a8f8f82058993b2e01333677ee39 (commit)

Summary of changes:
 xpp/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 6057ef25e984a2c7f8327b872233ba610b9aabe6
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Wed Feb 17 17:40:54 2016 +0200

    xpp: perl man pages: Perl may be upper case
    
    In file's output Perl scripts may be 'awk or perl script',
    '/usr/bin/perl script' or 'Perl script' (with some minor variants). The
    latter was not detected by current code and thus perld man pages were
    not created.
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

diff --git a/xpp/Makefile.am b/xpp/Makefile.am
index d06fffe..05f1b1c 100644
--- a/xpp/Makefile.am
+++ b/xpp/Makefile.am
@@ -24,7 +24,7 @@ if PERL
 SUBDIRS		+= perl_modules
 
 %.8: %
-	@if file "$^" | cut -d: -f2 | grep -q perl; then \
+	@if file "$^" | cut -d: -f2 | grep -q -iw perl; then \
 		if pod2man --section 8 $^ > $@; then \
 			echo "  GEN      $@"; \
 		else \

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


-- 
dahdi/tools.git



More information about the dahdi-commits mailing list