From 10b4833d29025c01e8eeea1c5b3411bda9a4cbc5 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 6 Apr 2010 15:06:55 -0400 Subject: [PATCH] Windows: permit documentation to be built without binaries Add a dependency to the documentation rule on config so that the documentation can be built without the entire source tree Change-Id: I81d18fa9ec32c4d7d9799db2b1eac57c1d83df75 Reviewed-on: http://gerrit.openafs.org/1701 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NTMakefile b/NTMakefile index 1bc22fc10..b7f34d911 100644 --- a/NTMakefile +++ b/NTMakefile @@ -680,14 +680,14 @@ loopback: $(NTMAKE) $(CD) ..\..\..\.. -man-pages: +man-pages: config @echo ***** $@ $(DOCD) $(DOC)\man-pages $(CD) $(DOC)\man-pages $(NTMAKE) $(CD) ..\.. -documentation: +documentation: config @echo ***** $@ $(DOCD) $(DOC)\xml\ReleaseNotesWindows $(CD) $(DOC)\xml\ReleaseNotesWindows -- 2.39.5