From 5ac511ab8bca097ebbf4c6737b971e8b21dfb0c1 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 25 Dec 2013 00:12:16 -0500 Subject: [PATCH] Added html-single target to root Makefile --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e3357e4..c05190a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,6 +96,8 @@ $(path_externs_internal): | mkbuild doc: $(MAKE) -C "$(path_doc)" +html-single: + $(MAKE) -C "$(path_doc)" html-single test: check check: @SRC_TESTS@ test-suite