[Po4a-commits] "po4a MANIFEST,1.31,1.32 Build.PL,1.25,1.26"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sat Apr 8 14:23:35 UTC 2006


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv14385

Modified Files:
	MANIFEST Build.PL 
Log Message:
Add a manpage for po4aman-display-po.
(No translations at this time)


Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Build.PL	7 Apr 2006 22:42:22 -0000	1.25
+++ Build.PL	8 Apr 2006 14:23:33 -0000	1.26
@@ -217,6 +217,11 @@
 		    }
 		}
 	    }
+
+	    # Install the manpages of the Shell scripts
+	    system ("mkdir -p blib/man/man1") && die;
+	    system ("cp scripts/po4aman-display-po.1 blib/man/man1/") && die;
+	    system ("gzip -9 -f blib/man/man1/po4aman-display-po.1") && die;
 	}
 	sub ACTION_dist {
 	    my ($self) = @_;

Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- MANIFEST	7 Apr 2006 22:42:22 -0000	1.31
+++ MANIFEST	8 Apr 2006 14:23:33 -0000	1.32
@@ -69,6 +69,7 @@
 # the random additional cool scripts
 scripts/msguntypot
 scripts/po4aman-display-po
+scripts/po4aman-display-po.1
 
 # The tests
 




More information about the Po4a-commits mailing list