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 <nlsielicki@wisc.edu>
Reviewed-on: http://review.coreboot.org/10445
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
Nicky Sielicki 2015-06-06 08:55:16 -05:00 committed by Edward O'Callaghan
parent d9bc2fadc4
commit e08a2a585e
1 changed files with 2 additions and 2 deletions

View File

@ -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: