summaryrefslogtreecommitdiffstats
path: root/tools/ghc/ghc-doc-index.cron
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ghc/ghc-doc-index.cron')
-rwxr-xr-xtools/ghc/ghc-doc-index.cron9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/ghc/ghc-doc-index.cron b/tools/ghc/ghc-doc-index.cron
new file mode 100755
index 0000000..4efe2ff
--- /dev/null
+++ b/tools/ghc/ghc-doc-index.cron
@@ -0,0 +1,9 @@
+#! /bin/bash
+# updates the library documentation index after updates
+
+# This can be disabled by uninstalling ghc-doc-index
+# or adding ghc-doc-index to "./jobs-deny".
+
+/usr/bin/ghc-doc-index
+
+exit 0