diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-18 18:10:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-18 18:10:08 +0000 |
commit | 36d99c626945375bdc37f6aa6ac813a52c4f9ad2 (patch) | |
tree | 15b46014dc09255a6974496eb389af66e85d100f /Master/texmf-dist/doc/latex/lshort-mongol/fixdate.pl | |
parent | 2724bec48977ef50bcbbfa1702c19307658ca671 (diff) |
new mongolian doc lshort-mongol (15may09)
git-svn-id: svn://tug.org/texlive/trunk@13207 c570f23f-e606-0410-a88d-b1316a301751
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; +} |