summaryrefslogtreecommitdiffstats
path: root/misc/texscythe/contrib/helpers/texmf-docs
diff options
context:
space:
mode:
Diffstat (limited to 'misc/texscythe/contrib/helpers/texmf-docs')
-rw-r--r--misc/texscythe/contrib/helpers/texmf-docs20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/texscythe/contrib/helpers/texmf-docs b/misc/texscythe/contrib/helpers/texmf-docs
new file mode 100644
index 0000000000..97c3568b00
--- /dev/null
+++ b/misc/texscythe/contrib/helpers/texmf-docs
@@ -0,0 +1,20 @@
+#/bin/sh
+
+texscyther \
+ --output-plist $TMP/$(basename $0) \
+ --tlpdb $CWD/texlive.tlpdb \
+ --skip-missing-archpkgs \
+ --nodirs \
+ --subset \
+ --include \
+ scheme-full:doc
+
+cat $TMP/$(basename $0) | \
+ grep "texmf-dist/" | \
+ grep -v "win32" | \
+ grep -v "context/stubs/mswin/" | \
+ grep -v "win32" | \
+ grep -v "MinGW" | \
+ sort -u \
+ > $PACKLISTS/$(basename $0)-packlist
+