Update of /cvsroot/gmod/Generic-Genome-Browser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19936
Modified Files:
Makefile.PL
Log Message:
excluding man3 from ppd
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/gmod/Generic-Genome-Browser/Makefile.PL,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** Makefile.PL 24 Jun 2004 19:53:55 -0000 1.106
--- Makefile.PL 22 Jul 2004 02:26:43 -0000 1.107
***************
*** 343,347 ****
\@\$(TAR) zcf gbrowse_ppm_support_files-$VERSION.tar.gz --exclude CVS --exclude '*~' --exclude '*.PLS' --exclude '.*' --exclude README --exclude '#*' DISCLAIMER INSTALL docs htdocs conf cgi-bin install_util sample_data contrib
\@echo "creating gbrowse_ppm-$VERSION.tar.gz"
! \@\$(TAR) zcf gbrowse_ppm-$VERSION.tar.gz --exclude man1 blib
\@perl -pi -e 's!HREF=""!HREF="$repository/gbrowse_ppm-$VERSION.tar.gz"!' Generic-Genome-Browser.ppd
\@perl -pi -e 's!(\\s*</IMPLEMENTATION>)!\\t\\t<INSTALL HREF="$repository/gbrowse_ppm_install.pl" EXEC="PPM_PERL" />\\n\\1!' Generic-Genome-Browser.ppd
--- 343,347 ----
\@\$(TAR) zcf gbrowse_ppm_support_files-$VERSION.tar.gz --exclude CVS --exclude '*~' --exclude '*.PLS' --exclude '.*' --exclude README --exclude '#*' DISCLAIMER INSTALL docs htdocs conf cgi-bin install_util sample_data contrib
\@echo "creating gbrowse_ppm-$VERSION.tar.gz"
! \@\$(TAR) zcf gbrowse_ppm-$VERSION.tar.gz --exclude man1 --exclude man3 blib
\@perl -pi -e 's!HREF=""!HREF="$repository/gbrowse_ppm-$VERSION.tar.gz"!' Generic-Genome-Browser.ppd
\@perl -pi -e 's!(\\s*</IMPLEMENTATION>)!\\t\\t<INSTALL HREF="$repository/gbrowse_ppm_install.pl" EXEC="PPM_PERL" />\\n\\1!' Generic-Genome-Browser.ppd
|