[coreboot-gerrit] New patch to review for coreboot: cb4455b fix doxy target in root Makefile

Nicholas Sielicki (nlsielicki@wisc.edu) gerrit at coreboot.org
Sat Jun 6 15:59:58 CEST 2015


Nicholas Sielicki (nlsielicki at wisc.edu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10445

-gerrit

commit cb4455b2163e3fc64ed3b83e354736ac5375b3fc
Author: Nicky Sielicki <nlsielicki at wisc.edu>
Date:   Sat Jun 6 08:55:16 2015 -0500

    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 at wisc.edu>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ca46cbd..aa9ccf9 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:



More information about the coreboot-gerrit mailing list