summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl')
-rw-r--r--Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl b/Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl
deleted file mode 100644
index 5b450686565..00000000000
--- a/Master/texmf-doc/doc/spanish/lshort-spanish/fuente/fixdate.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-chomp ($d = `date +"%B %d, %Y"`);
-$v = pop @ARGV;
-while (<>) {
- s/^Version.+/Version~$v, $d/;
- print;
-}