summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-06 20:42:33 +0000
committerKarl Berry <karl@freefriends.org>2023-10-06 20:42:33 +0000
commitdf865c2416661e41d24500595f4c69f56eccfe0e (patch)
treeee0d5b87b0408d8014fd2e8ffe01e5d2b84afcd1 /Master/tlpkg
parent16c976bc10db55420784d85afed1ad3fc3b384b2 (diff)
opbible (6oct23)
git-svn-id: svn://tug.org/texlive/trunk@68465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
-rw-r--r--Master/tlpkg/tlpsrc/collection-humanities.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/opbible.tlpsrc0
4 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index a2022320c0d..768160746f4 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -618,7 +618,7 @@ my @TLP_working = qw(
odsfile ofs
ogham oinuit old-arrows oldlatin oldstandard
oldstyle olsak-misc
- onedown onlyamsmath onrannual opcit opencolor opensans oplotsymbl
+ onedown onlyamsmath onrannual opbible opcit opencolor opensans oplotsymbl
opteng optex optexcount optidef optional options
orcidlink ordinalpt orientation orkhun
oscola oststud oswald ot-tableau othello othelloboard
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");
diff --git a/Master/tlpkg/tlpsrc/collection-humanities.tlpsrc b/Master/tlpkg/tlpsrc/collection-humanities.tlpsrc
index 04cb5909696..abece93c52d 100644
--- a/Master/tlpkg/tlpsrc/collection-humanities.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-humanities.tlpsrc
@@ -34,6 +34,7 @@ depend linguex
depend liturg
depend metrix
depend nnext
+depend opbible
depend parallel
depend parrun
depend phonrule
diff --git a/Master/tlpkg/tlpsrc/opbible.tlpsrc b/Master/tlpkg/tlpsrc/opbible.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/opbible.tlpsrc