site: drop the hoogle form from api docs, it doesn't work with standard hoogle

This commit is contained in:
Simon Michael 2009-07-09 21:20:49 +00:00
parent 6ad6421c8b
commit 39f95d36de
2 changed files with 3 additions and 3 deletions

View File

@ -264,10 +264,10 @@ pdf:
# generate api docs
# We munge haddock and hoogle into a rough but useful framed layout.
# For this to work the hoogle cgi must be built with base target "main".
api-docs: haddock hoogle
api-docs: haddock #hoogle
sed -i -e 's%^></HEAD%><base target="main"></HEAD%' website/api-doc/modules-index.html ; \
cp website/api-doc-frames.html website/api-doc/index.html ; \
cp website/hoogle-small.html website/api-doc
# cp website/hoogle-small.html website/api-doc
# generate and view the api docs
view-api-docs: api-docs

View File

@ -5,7 +5,7 @@
<title>hledger api docs</title>
</head>
<frameset cols="30%, 70%">
<frameset rows="90%, 10%">
<frameset rows="100%">
<frame name="side1" src="modules-index.html">
<!-- frame name="side2" src="hoogle-small.html" -->
</frameset>