summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 19bc609cb0f..f50f3617fbc 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1785,6 +1785,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'novel' => '&POST_onelevel',
'numericplots' => '&POSTnumericplots',
'nwejm' => '&POSTnwejm',
+ 'opbible' => '&POSTopbible',
'optex' => '&POSToptex',
'outilsgeomtikz' => '&POST_onelevel',
'pagelayout' => '&POSTpagelayout',
@@ -1941,6 +1942,7 @@ $standarddest = "texmf-dist";
'ocherokee', 'lambda',
'ofs', 'generic',
'oinuit', 'lambda',
+ 'opbible', 'optex',
'outerhbox', 'generic',
'passivetex', 'xmltex',
'pdcmac', 'plain',
@@ -7411,6 +7413,12 @@ sub POSTnwejm {
&SYSTEM ("$MV images $DEST/tex/latex/$package");
}
+sub POSTopbible {
+ print "POST$package - mv doc macros subdirs\n";
+ &xsystem ("$MV macros $DEST/tex/$whichformat/$package"); # optex
+ &xsystem ("$MV doc/* .");
+}
+
sub POSToptex { # its own format, so under {tex,doc}/base
print "POST$package - mv base demo pkg doc subdirs\n";
&mv_with_mkdir ("base", "demo", "pkg", "$DEST/tex/$package");