aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authorlecoanet2005-04-13 13:12:39 +0000
committerlecoanet2005-04-13 13:12:39 +0000
commit970957ef4d39e8558410347852b709cf8fd15e87 (patch)
tree85afa7b119fdfe80c764a8528aede674af14ae74 /Perl
parent2ddd123b092b8b56ab2f38b1ab69d70115169f8c (diff)
downloadtkzinc-970957ef4d39e8558410347852b709cf8fd15e87.zip
tkzinc-970957ef4d39e8558410347852b709cf8fd15e87.tar.gz
tkzinc-970957ef4d39e8558410347852b709cf8fd15e87.tar.bz2
tkzinc-970957ef4d39e8558410347852b709cf8fd15e87.tar.xz
Suppressed references to libtess
Diffstat (limited to 'Perl')
-rwxr-xr-xPerl/export2cpan2
1 files changed, 0 insertions, 2 deletions
diff --git a/Perl/export2cpan b/Perl/export2cpan
index 232f42c..766422e 100755
--- a/Perl/export2cpan
+++ b/Perl/export2cpan
@@ -140,8 +140,6 @@ foreach my $f (@files) {
system("$CP Zinc.pm $EXPORT_DIR/$VERSION_DIR");
system("$CP Makefile.PL $EXPORT_DIR/$VERSION_DIR");
-system("$CP ../libtess/*.c $EXPORT_DIR/$VERSION_DIR");
-system("$CP ../libtess/*.h $EXPORT_DIR/$VERSION_DIR");
system("$CP ../generic/*.c $EXPORT_DIR/$VERSION_DIR");
system("$CP ../generic/*.h $EXPORT_DIR/$VERSION_DIR");
system("$CP ../win/*.c $EXPORT_DIR/$VERSION_DIR");