diff options
-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 |