Fix 'make doxy' to do the same as 'make doxygen' (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@278 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-04-12 18:52:45 +00:00
commit 6818904cd3

View file

@ -109,7 +109,7 @@ include util/Makefile
doc:
$(Q)$(LYX) -e pdf doc/design/newboot.lyx
doxy:
doxy: doxygen
doxygen:
$(Q)$(DOXYGEN) util/doxygen/Doxyfile.LinuxBIOS