diff options
author | Norbert Preining <preining@logic.at> | 2009-05-17 13:36:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-17 13:36:58 +0000 |
commit | 33537321855b4967248e0e268a4675eea5372dcb (patch) | |
tree | f80fdffdd4c86c90adf9c0f5353c70a0a83f15b5 | |
parent | 94cdb7cc4bebd7707fc6f255d2bf417d8cfb3523 (diff) |
merge bin-physe into physe, and remove bin-physe
git-svn-id: svn://tug.org/texlive/trunk@13167 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-physe.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/physe.tlpsrc | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-physe.tlpsrc b/Master/tlpkg/tlpsrc/bin-physe.tlpsrc deleted file mode 100644 index 0ea7436b7bf..00000000000 --- a/Master/tlpkg/tlpsrc/bin-physe.tlpsrc +++ /dev/null @@ -1,5 +0,0 @@ -name bin-physe -category TLCore -depend bin-tex -execute AddFormat name=physe engine=pdftex options="physe.ini" -binpattern f bin/${ARCH}/physe diff --git a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc index 4c20927e042..a647cbc573b 100644 --- a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc @@ -15,7 +15,6 @@ depend texsis depend ytex depend bin-eplain depend bin-mltex -depend bin-physe depend bin-phyzzx depend bin-texsis depend collection-basic diff --git a/Master/tlpkg/tlpsrc/physe.tlpsrc b/Master/tlpkg/tlpsrc/physe.tlpsrc index 1d3779ba4e4..5cd942a1d58 100644 --- a/Master/tlpkg/tlpsrc/physe.tlpsrc +++ b/Master/tlpkg/tlpsrc/physe.tlpsrc @@ -1,3 +1,5 @@ name physe category Package -depend bin-physe +depend bin-tex +execute AddFormat name=physe engine=pdftex options="physe.ini" +binpattern f bin/${ARCH}/physe |