]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-build-doc-manpages-20080628
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 29 Jun 2008 00:42:54 +0000 (00:42 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 29 Jun 2008 00:42:54 +0000 (00:42 +0000)
LICENSE MIT

build the manpages for windows

(cherry picked from commit 6a34c5c4f6a77be71043fa3f4aecccf5f7051d93)

src/NTMakefile

index e1dd6b23b1e16d0f7839d9760a892f08698cff8e..ac28edb06c0c4fe227454298e0022120cf8033b3 100644 (file)
@@ -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 ***** $@