[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha Makefile.PL,1.3,1.4 MANIFEST,1.1,1.2
From: |
MJ Ray |
Subject: |
[Koha-cvs] CVS: koha Makefile.PL,1.3,1.4 MANIFEST,1.1,1.2 |
Date: |
Mon, 18 Jul 2005 13:15:12 -0700 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27553
Modified Files:
Makefile.PL MANIFEST
Log Message:
Remove overlong PM mapping, use libscan() instead, ignore some troublemaker
files - this one copies some files to seemingly-sane targets
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/koha/koha/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.PL 18 Jul 2005 18:15:07 -0000 1.3
--- Makefile.PL 18 Jul 2005 20:15:09 -0000 1.4
***************
*** 1,2 ****
--- 1,22 ----
+ # Copyright 2005 MJ Ray and koha development team
+ #
+ # This file is part of Koha.
+ #
+ # Koha is free software; you can redistribute it and/or modify it under the
+ # terms of the GNU General Public License as published by the Free Software
+ # Foundation; either version 2 of the License, or (at your option) any later
+ # version.
+ #
[...3212 lines suppressed...]
+ elsif ($path =~ /(\/CVS\/|\.bak$|\.orig$|\/,|\/t\/|[^\$]\(| )/) { $path =
''; }
+ elsif (
+ $path =~ s:\)/misc:\)/intranet/scripts: ||
+ $path =~ s:\)/updater:\)/intranet/scripts/updater: ||
+ $path =~
s:\)/z3950/(processz3950queue|.*sh):\)/intranet/scripts/z3950daemon/\1: ||
+ $path =~ s:\)/z3950:\)/intranet/cgi-bin/z3950: ||
+ $path =~ s:\)/koha-tmpl/intranet-tmpl:\)/intranet/htdocs/intranet-tmpl: ||
+ $path =~ s:\)/koha-tmpl/intranet.html:\)/intranet/htdocs/index.html: ||
+ $path =~ s:\)/koha-tmpl/opac-tmpl:\)/opac/htdocs/opac-tmpl: ||
+ $path =~ s:\)/koha-tmpl/opac.html:\)/opac/htdocs/index.html: ||
+ $path =~ s:\)/opac:\)/opac/cgi-bin:
+ ) { 1; }
+ elsif ($path !~ /\.p[lm]$/) { $path = ''; }
+ elsif ($path !~ /\)\/C4/) { $path =~ s!/!/intranet/cgi-bin/!; }
+
+ #print STDERR $path."\n";
+
+ return($path);
+
+ }
Index: MANIFEST
===================================================================
RCS file: /cvsroot/koha/koha/MANIFEST,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MANIFEST 18 Jul 2005 18:15:07 -0000 1.1
--- MANIFEST 18 Jul 2005 20:15:09 -0000 1.2
***************
*** 818,822 ****
koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl
koha-tmpl/intranet-tmpl/default/en/reports.tmpl
- koha-tmpl/intranet-tmpl/default/en/reports/,THIS_IS_HEAD
koha-tmpl/intranet-tmpl/default/en/reports/acquisitions_stats.tmpl
koha-tmpl/intranet-tmpl/default/en/reports/bor_issues_top.tmpl
--- 818,821 ----
***************
*** 957,961 ****
koha-tmpl/intranet-tmpl/default/es/images/cancel-requests.gif
koha-tmpl/intranet-tmpl/default/es/images/cat-acq.gif
- koha-tmpl/intranet-tmpl/default/es/images/cat-cat(2).gif
koha-tmpl/intranet-tmpl/default/es/images/cat-cat.gif
koha-tmpl/intranet-tmpl/default/es/images/cat-cat.jpg
--- 956,959 ----
***************
*** 3045,3049 ****
renewscript.pl
reports-home.pl
- reports/,THIS_IS_HEAD
reports/acquisitions_stats.pl
reports/bor_issues_top.pl
--- 3043,3046 ----
***************
*** 3151,3152 ****
--- 3148,3150 ----
z3950/z3950-daemon-shell.sh
z3950/z3950import.pl
+ Makefile.PL
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha Makefile.PL,1.3,1.4 MANIFEST,1.1,1.2,
MJ Ray <=
- Prev by Date:
[Koha-cvs] CVS: koha MANIFEST,NONE,1.1 Makefile.PL,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/opac getfromintranet.PL,NONE,1.1
- Previous by thread:
[Koha-cvs] CVS: koha MANIFEST,NONE,1.1 Makefile.PL,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/opac getfromintranet.PL,NONE,1.1
- Index(es):