File: haddock.sh

package info (click to toggle)
haskell-snap 1.1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 684 kB
  • sloc: haskell: 5,193; sh: 49; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -x

HADDOCK_OPTS='--html-location=http://hackage.haskell.org/packages/archive/$pkg/latest/doc/html --css=extra/haddock.css'

cabal haddock $HADDOCK_OPTS --hyperlink-source $@

cp extra/logo.gif dist/doc/html/snap/haskell_icon.gif
cp extra/hscolour.css dist/doc/html/snap/src/