[Koha-cvs] koha Makefile.PL

MJR mjr at towers.org.uk
Thu Jul 5 23:03:04 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	MJR <slef>	07/07/05 21:03:04

Modified files:
	.              : Makefile.PL 

Log message:
	ytpo fixes in description and variables

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/Makefile.PL?cvsroot=koha&r1=1.10&r2=1.11

Patches:
Index: Makefile.PL
===================================================================
RCS file: /sources/koha/koha/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Makefile.PL	5 Jul 2007 20:55:33 -0000	1.10
+++ Makefile.PL	5 Jul 2007 21:03:04 -0000	1.11
@@ -29,8 +29,11 @@
 
 =head1 SYNOPSIS
 
-perl Makefile.PL
-make
+	perl Makefile.PL
+	make
+	sudo make install
+	make manifest tardist
+	make manifest zipdist
 
 =head1 DESCRIPTION
 
@@ -76,7 +79,7 @@
 WriteMakefile(
 
     NAME => 'koha',
-    VERSION => strftime('2.9.%Y%m%d%H'),
+    VERSION => strftime('2.9.%Y%m%d%H',gmtime),
     ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC',
     AUTHOR => 'Koha Developers <koha-devel at nongnu.org>',
     NO_META => 1,





More information about the Koha-cvs mailing list