diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-28 23:23:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-28 23:23:36 +0000 |
commit | eb9f81c6f8ed959b7b4543e0d4e28721394512e0 (patch) | |
tree | a6e9c495f0674ad1b8a2153b6c1ebd71c6d80380 /Build | |
parent | 602979c95a6c85a4dc3a3e1899da6af89ed603c2 (diff) |
new package and script sty2dtx 1.0 (29jan11)
git-svn-id: svn://tug.org/texlive/trunk@21215 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
4 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ChangeLog b/Build/source/texk/texlive/linked_scripts/ChangeLog index d7bf9def09a..bab51c76216 100644 --- a/Build/source/texk/texlive/linked_scripts/ChangeLog +++ b/Build/source/texk/texlive/linked_scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-01-29 Karl Berry <karl@tug.org> + + * Makefile.am (texmf_dist_perl_scripts): add sty2dtx.pl. + 2010-12-29 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am [WIN32]: Install wrapper binary for bin_links diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index e18bfa96635..014095485c8 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -92,6 +92,7 @@ texmf_dist_perl_scripts = \ pst2pdf/pst2pdf \ purifyeps/purifyeps \ splitindex/perl/splitindex.pl \ + sty2dtx/sty2dtx.pl \ svn-multi/svn-multi.pl \ texcount/texcount.pl \ texdiff/texdiff \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 3f99dfbaa64..cda3af383d4 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -245,6 +245,7 @@ texmf_dist_perl_scripts = \ pst2pdf/pst2pdf \ purifyeps/purifyeps \ splitindex/perl/splitindex.pl \ + sty2dtx/sty2dtx.pl \ svn-multi/svn-multi.pl \ texcount/texcount.pl \ texdiff/texdiff \ diff --git a/Build/source/texk/texlive/linked_scripts/sty2dtx/sty2dtx.pl b/Build/source/texk/texlive/linked_scripts/sty2dtx/sty2dtx.pl new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Build/source/texk/texlive/linked_scripts/sty2dtx/sty2dtx.pl |