site: drop the hoogle form from api docs, it doesn't work with standard hoogle
This commit is contained in:
parent
6ad6421c8b
commit
39f95d36de
4
Makefile
4
Makefile
@ -264,10 +264,10 @@ pdf:
|
|||||||
# generate api docs
|
# generate api docs
|
||||||
# We munge haddock and hoogle into a rough but useful framed layout.
|
# 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".
|
# 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 ; \
|
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/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
|
# generate and view the api docs
|
||||||
view-api-docs: api-docs
|
view-api-docs: api-docs
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<title>hledger api docs</title>
|
<title>hledger api docs</title>
|
||||||
</head>
|
</head>
|
||||||
<frameset cols="30%, 70%">
|
<frameset cols="30%, 70%">
|
||||||
<frameset rows="90%, 10%">
|
<frameset rows="100%">
|
||||||
<frame name="side1" src="modules-index.html">
|
<frame name="side1" src="modules-index.html">
|
||||||
<!-- frame name="side2" src="hoogle-small.html" -->
|
<!-- frame name="side2" src="hoogle-small.html" -->
|
||||||
</frameset>
|
</frameset>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user