diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-phyzzx.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/phyzzx.tlpsrc | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-phyzzx.tlpsrc b/Master/tlpkg/tlpsrc/bin-phyzzx.tlpsrc deleted file mode 100644 index 2aa67c5287b..00000000000 --- a/Master/tlpkg/tlpsrc/bin-phyzzx.tlpsrc +++ /dev/null @@ -1,5 +0,0 @@ -name bin-phyzzx -category TLCore -depend bin-tex -execute AddFormat name=phyzzx engine=pdftex options="physe.ini" -binpattern f bin/${ARCH}/phyzzx diff --git a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc index a647cbc573b..7992f277ce5 100644 --- a/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-formatsextra.tlpsrc @@ -15,6 +15,5 @@ depend texsis depend ytex depend bin-eplain depend bin-mltex -depend bin-phyzzx depend bin-texsis depend collection-basic diff --git a/Master/tlpkg/tlpsrc/phyzzx.tlpsrc b/Master/tlpkg/tlpsrc/phyzzx.tlpsrc index 610213b60f0..8c97d72a76c 100644 --- a/Master/tlpkg/tlpsrc/phyzzx.tlpsrc +++ b/Master/tlpkg/tlpsrc/phyzzx.tlpsrc @@ -1,3 +1,5 @@ name phyzzx category Package -depend bin-phyzzx +depend bin-tex +execute AddFormat name=phyzzx engine=pdftex options="physe.ini" +binpattern f bin/${ARCH}/phyzzx |