From: Jeffrey Altman Date: Tue, 6 Apr 2010 19:06:55 +0000 (-0400) Subject: Windows: permit documentation to be built without binaries X-Git-Tag: openafs-devel-1_5_74~70 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=10b4833d29025c01e8eeea1c5b3411bda9a4cbc5;p=packages%2Fo%2Fopenafs.git 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 --- 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