From ec73f421812082bd54e990c85e23c2132f4ad9d6 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 1 Nov 2003 17:04:20 +0000 Subject: [PATCH] added doxygen targets to Makefile svn path=/trunk/; revision=6493 --- reactos/subsys/system/explorer/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index fed1c7ee1e2..00625f492ce 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -66,6 +66,12 @@ LIBS = gdi32 comctl32 ole32 uuid all: buildno.h $(TARGET) +docu: + doxygen Doxyfile + +full-docu: + doxygen Doxyfile-all + buildno.h: ../../../include/reactos/buildno.h updatebuildno