1
0
Fork 0

Added html-single target to root Makefile

perfodd
Mike Gerwitz 2013-12-25 00:12:16 -05:00
parent a11a1a4efc
commit 5ac511ab8b
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ $(path_externs_internal): | mkbuild
doc: doc:
$(MAKE) -C "$(path_doc)" $(MAKE) -C "$(path_doc)"
html-single:
$(MAKE) -C "$(path_doc)" html-single
test: check test: check
check: @SRC_TESTS@ test-suite check: @SRC_TESTS@ test-suite