summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/isl/doc/mypod2latex
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/isl/doc/mypod2latex')
-rwxr-xr-xcloog-0.16.3/isl/doc/mypod2latex14
1 files changed, 0 insertions, 14 deletions
diff --git a/cloog-0.16.3/isl/doc/mypod2latex b/cloog-0.16.3/isl/doc/mypod2latex
deleted file mode 100755
index b11c059..0000000
--- a/cloog-0.16.3/isl/doc/mypod2latex
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use Pod::LaTeX;
-
-my ($in, $out) = @ARGV;
-
-my $parser = new Pod::LaTeX(
- AddPreamble => 0,
- AddPostamble => 0,
- LevelNoNum => 5,
- );
-
-$parser->parse_from_file($in, $out);