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:
parent
5303acd696
commit
6818904cd3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue