[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha Makefile.PL
From: |
MJR |
Subject: |
[Koha-cvs] koha Makefile.PL |
Date: |
Thu, 05 Jul 2007 21:03:04 +0000 |
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 <address@hidden>',
NO_META => 1,
- [Koha-cvs] koha Makefile.PL,
MJR <=