Fixed the haddock command in the Makefile
This commit is contained in:
parent
9ef8343c3a
commit
dd70fb315a
2
Makefile
2
Makefile
|
@ -69,7 +69,7 @@ clean-cgtests:
|
|||
haddock:
|
||||
@mkdir -p doc
|
||||
@echo "putmycustomdocumentationhere" > .temp-haddock-file
|
||||
haddock -o doc --html -p temp-haddock-file -t Tock $(filter-out LexOccam.hs LexRain.hs,$(sources))
|
||||
haddock -o doc --html -p .temp-haddock-file -t Tock $(filter-out frontends/LexOccam.hs frontends/LexRain.hs,$(sources))
|
||||
cp docextra/*.svg doc/
|
||||
@rm .temp-haddock-file
|
||||
@grep -B 10000 putmycustomdocumentationhere doc/index.html | sed "s/putmycustomdocumentationhere//" > doc/index.html-2
|
||||
|
|
Loading…
Reference in New Issue
Block a user