From 6a34c5c4f6a77be71043fa3f4aecccf5f7051d93 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 29 Jun 2008 00:41:00 +0000 Subject: [PATCH] windows-build-doc-manpages-20080628 LICENSE MIT build the manpages for windows --- src/NTMakefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 87e43a522..37cb00505 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -18,6 +18,7 @@ # These three macros define the source, object, and destination folders SRC=$(AFSROOT)\src +DOC=$(AFSROOT)\doc #If AFS_OBJDIR is not defined then use obj as relative obj folder !IFNDEF AFS_OBJDIR @@ -46,7 +47,14 @@ config: $(NTMAKE) $(CD) ..\.. -procmgmt_headers:config +man-pages: config + echo ***** $@ + $(DOCD) $(DOC)\man-pages + $(CD) $(DOC)\man-pages + $(NTMAKE) + $(CD) ..\.. + +procmgmt_headers: man-pages echo ***** $@ $(DOCD) $(SRC)\procmgmt $(CD) $(SRC)\procmgmt @@ -65,7 +73,7 @@ lwp_headers: $(DOCD) $(SRC)\lwp $(CD) $(SRC)\lwp $(NTMAKE_HEADERS) - $(CD) ..\..\.. + $(CD) ..\.. util: procmgmt_headers afsreg_headers lwp_headers echo ***** $@ -- 2.39.5