From 58a87f61c3969fe29aef3303eda8cf3049fc3e80 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 22 May 2008 15:52:33 +0000 Subject: [PATCH] doxy: Fix doxygen build by renaming Doxyfile file from .LinuxBIOS to .coreboot, as the reference in build system was already changed to Doxyfile.coreboot back in January 27th This makes doxygen documentation building work again. Signed-off-by: Mart Raudsepp Acked-by: Mart Raudsepp git-svn-id: svn://coreboot.org/repository/coreboot-v3@683 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/doxygen/{Doxyfile.LinuxBIOS => Doxyfile.coreboot} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename util/doxygen/{Doxyfile.LinuxBIOS => Doxyfile.coreboot} (100%) diff --git a/util/doxygen/Doxyfile.LinuxBIOS b/util/doxygen/Doxyfile.coreboot similarity index 100% rename from util/doxygen/Doxyfile.LinuxBIOS rename to util/doxygen/Doxyfile.coreboot