[coreboot] [commit] r5107 - trunk

repository service svn at coreboot.org
Wed Feb 10 16:36:53 CET 2010


Author: stepan
Date: Wed Feb 10 16:36:53 2010
New Revision: 5107
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5107

Log:
fix doxyfile path

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Wed Feb 10 16:34:15 2010	(r5106)
+++ trunk/Makefile	Wed Feb 10 16:36:53 2010	(r5107)
@@ -278,7 +278,7 @@
 
 doxy: doxygen
 doxygen:
-	$(DOXYGEN) Doxyfile
+	$(DOXYGEN) documentation/Doxyfile.coreboot
 
 doxyclean: doxygen-clean
 doxygen-clean:




More information about the coreboot mailing list