mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
test-docs make target
This commit is contained in:
parent
2ee9a341be
commit
f1668587b6
4
Makefile
4
Makefile
@ -70,6 +70,10 @@ api-doc-frames: api-doc-with-source hoogleweb
|
||||
cp doc/misc/api-doc-frames.html api-doc/index.html ; \
|
||||
cp doc/misc/hoogle-small.html hoogle
|
||||
|
||||
BROWSER=open
|
||||
test-docs: api-doc-frames
|
||||
$(BROWSER) api-doc/index.html
|
||||
|
||||
colourised-source: api-doc-dir
|
||||
echo "Generating colourised source" ; \
|
||||
for f in *hs; do \
|
||||
|
Loading…
Reference in New Issue
Block a user