From e08a2a585e14e049054c04ed5e0ba1392184460f Mon Sep 17 00:00:00 2001 From: Nicky Sielicki Date: Sat, 6 Jun 2015 08:55:16 -0500 Subject: fix doxy target in root Makefile the moving of 'documentation' to 'Documentation/' means that the doxygen target in the main Makefile was broken as it couldn't find the directory. Change-Id: If6c6d34110e683f38959571a03767fb472675f40 Signed-off-by: Nicky Sielicki Reviewed-on: http://review.coreboot.org/10445 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca46cbd8cd..aa9ccf9316 100644 --- a/Makefile +++ b/Makefile @@ -256,10 +256,10 @@ cscope: doxy: doxygen doxygen: - $(DOXYGEN) documentation/Doxyfile.coreboot + $(DOXYGEN) Documentation/Doxyfile.coreboot doxygen_simple: - $(DOXYGEN) documentation/Doxyfile.coreboot_simple + $(DOXYGEN) Documentation/Doxyfile.coreboot_simple doxyclean: doxygen-clean doxygen-clean: -- cgit v1.2.3