aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");