summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-08 17:44:34 +0000
committerKarl Berry <karl@freefriends.org>2007-08-08 17:44:34 +0000
commit47a39d3836481a603a6eed0de31822508101f6d5 (patch)
treebbaa25dc9b2dd57c8e3b8a76ccda0f6b22e57602 /Master/tlpkg
parent379e709fbe9a7b8373dd3179aac29938f8af8657 (diff)
need bin-wordcount now; insert similar vpe dependencies?
git-svn-id: svn://tug.org/texlive/trunk@4714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/bin-vpe.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/vpe.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/wordcount.tlpsrc1
4 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
index 76ddef6dd25..04aac61ad2f 100644
--- a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
@@ -2,3 +2,4 @@ name bin-vpe
category TLCore
runpattern f texmf/scripts/vpe/*
binpattern f bin/${ARCH}/vpe
+depend vpe
diff --git a/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
new file mode 100644
index 00000000000..91d397ecdee
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
@@ -0,0 +1,4 @@
+name bin-wordcount
+category TLCore
+binpattern f bin/${ARCH}/wordcount.sh
+depend wordcount
diff --git a/Master/tlpkg/tlpsrc/vpe.tlpsrc b/Master/tlpkg/tlpsrc/vpe.tlpsrc
index ae9867db2c2..19a5c215206 100644
--- a/Master/tlpkg/tlpsrc/vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/vpe.tlpsrc
@@ -1,2 +1,3 @@
name vpe
category Package
+depend bin-vpe
diff --git a/Master/tlpkg/tlpsrc/wordcount.tlpsrc b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
index 46f1a435c50..f53b87a8587 100644
--- a/Master/tlpkg/tlpsrc/wordcount.tlpsrc
+++ b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
@@ -1,2 +1,3 @@
name wordcount
category Package
+depend bin-wordcount