2012-11-16 16:57:46 +09:00
|
|
|
#! /bin/bash
|
2012-11-21 16:55:59 +09:00
|
|
|
# updates the library documentation index after updates
|
2012-11-16 16:57:46 +09:00
|
|
|
|
2012-11-21 16:55:59 +09:00
|
|
|
# This can be disabled by uninstalling ghc-doc-index
|
|
|
|
# or adding ghc-doc-index to "./jobs-deny".
|
2012-11-16 16:57:46 +09:00
|
|
|
|
2012-11-21 16:55:59 +09:00
|
|
|
/usr/bin/ghc-doc-index
|
2012-11-16 16:57:46 +09:00
|
|
|
|
|
|
|
exit 0
|