1
0
Fork 0

Added doc-html target to Makefile

perfodd
Mike Gerwitz 2012-05-07 21:50:13 -04:00
parent 4159e7c26f
commit 16867e284b
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ combine: $(path_combine_output) $(path_build)/browser-test.html
doc:
$(MAKE) -C $(path_doc)
doc-html:
$(MAKE) -C $(path_doc) html
test: default
$(MAKE) -C $(path_test)