mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added doxygen config file for NTDLL and Freetype
svn path=/trunk/; revision=6887
This commit is contained in:
parent
e1ad4ca5fc
commit
d240c51df0
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.188 2003/12/07 01:12:58 weiden Exp $
|
||||
# $Id: Makefile,v 1.189 2003/12/07 12:08:20 mf Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -804,6 +804,12 @@ docu:
|
|||
echo generating ReactOS drivers documentation ...
|
||||
$(MAKE) -C drivers docu
|
||||
|
||||
echo generating ReactOS NTDLL documentation ...
|
||||
$(MAKE) -C lib/ntdll docu
|
||||
|
||||
echo generating ReactOS Freetype documentation ...
|
||||
$(MAKE) -C lib/freetype docu
|
||||
|
||||
echo generating ReactOS WIN32K documentation ...
|
||||
$(MAKE) -C subsys/win32k docu
|
||||
|
||||
|
|
Loading…
Reference in a new issue