mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
integrated explorer documentaion build
svn path=/trunk/; revision=6871
This commit is contained in:
parent
18173aff8b
commit
7a059d5382
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.186 2003/12/06 23:10:50 mf Exp $
|
||||
# $Id: Makefile,v 1.187 2003/12/06 23:22:30 mf Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -810,6 +810,9 @@ docu:
|
|||
echo generating ReactOS apps+tools documentation ...
|
||||
$(MAKE) -C apps docu
|
||||
|
||||
echo generating ReactOS explorer documentation ...
|
||||
$(MAKE) -C subsys/system/explorer
|
||||
|
||||
echo generating remaining ReactOS documentation ...
|
||||
doxygen Doxyfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue