From: Jeffrey Altman Date: Tue, 22 Jul 2008 16:02:56 +0000 (+0000) Subject: DEVEL15-windows-build-system-20080722 X-Git-Tag: openafs-devel-1_5_51~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=41412783279c7ffe6f873144154a4ed3af4f2d45;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-build-system-20080722 LICENSE MIT Move the man-pages build out of the 'install' step. (cherry picked from commit 5db162c8dcb6ae81a631d5ae6e95959428b61a6a) --- diff --git a/src/NTMakefile b/src/NTMakefile index ac28edb06..e2af9718a 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -47,14 +47,7 @@ config: $(NTMAKE) $(CD) ..\.. -man-pages: config - echo ***** $@ - $(DOCD) $(DOC)\man-pages - $(CD) $(DOC)\man-pages - $(NTMAKE) - $(CD) ..\.. - -procmgmt_headers: man-pages +procmgmt_headers: config echo ***** $@ $(DOCD) $(SRC)\procmgmt $(CD) $(SRC)\procmgmt @@ -660,14 +653,21 @@ loopback: $(NTMAKE) $(CD) ..\..\..\.. -NSIS: loopback +man-pages: + echo ***** $@ + $(DOCD) $(DOC)\man-pages + $(CD) $(DOC)\man-pages + $(NTMAKE) + $(CD) ..\.. + +NSIS: loopback man-pages echo ***** Making NSIS Installer $(DOCD) $(SRC)\WINNT\install\$@ $(CD) $(SRC)\WINNT\install\$@ $(NTMAKE) $(CD) ..\..\..\.. -wix: loopback +wix: loopback man-pages echo ***** Making Wix MSI Installer $(DOCD) $(SRC)\WINNT\install\$@ $(CD) $(SRC)\WINNT\install\$@