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 <[email protected]> Acked-by: Stefan Reinauer <[email protected]> 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: -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

