ghc/ghc-doc-index.cron

10 lines
199 B
Plaintext
Raw Normal View History

2023-05-08 09:39:24 +00:00
#! /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