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