fix hscolour make target

This commit is contained in:
Simon Michael 2008-10-03 02:02:25 +00:00
parent b19fe33476
commit 7f5d85cea4

View File

@ -77,7 +77,7 @@ test-docs: api-doc-frames
colourised-source: api-doc-dir
echo "Generating colourised source" ; \
for f in *hs; do \
for f in *hs Ledger/*hs; do \
HsColour -css -anchor $$f -oapi-doc/`echo "src/"$$f | sed -e's%/%-%g' | sed -e's%\.hs$$%.html%'` ; \
done ; \
cp api-doc/src-hledger.html api-doc/src-Main.html ; \