cvsuser     02/02/02 09:49:48

  Modified:    P5EEx/Blue Makefile.PL
  Log:
  updated to use dashes for options on perldocs due to migration to Getopt::Long
  
  Revision  Changes    Path
  1.7       +6 -6      p5ee/P5EEx/Blue/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/Makefile.PL,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -w -r1.6 -r1.7
  --- Makefile.PL       28 Jan 2002 21:57:43 -0000      1.6
  +++ Makefile.PL       2 Feb 2002 17:49:48 -0000       1.7
  @@ -1,6 +1,6 @@
   
   ######################################################################
  -## File: $Id: Makefile.PL,v 1.6 2002/01/28 21:57:43 spadkins Exp $
  +## File: $Id: Makefile.PL,v 1.7 2002/02/02 17:49:48 spadkins Exp $
   ######################################################################
   
   use ExtUtils::MakeMaker;
  @@ -92,11 +92,11 @@
   
   all ::
        \@sbin/perldocs \\
  -             dir=htdocs \\
  -             docroot=/pub/p5ee/software/htdocs \\
  -             distname=\$(DISTNAME) \\
  -             version=\$(VERSION) \\
  -             pmlibdirs=$pmlibdirs
  +             -dir=htdocs \\
  +             -docroot=/pub/p5ee/software/htdocs \\
  +             -distname=\$(DISTNAME) \\
  +             -version=\$(VERSION) \\
  +             -pmlibdirs=$pmlibdirs
        \@#rm -f \$(INSTALLHTMLSCRIPTDIR)/cgi.conf
        \@#mkdir -p \$(INSTALLHTMLSCRIPTDIR)
        \@#echo "perlinc = \$(INSTALLPRIVLIB)" > \$(INSTALLHTMLSCRIPTDIR)/cgi.conf
  
  
  


Reply via email to