Windows: permit documentation to be built without binaries
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 6 Apr 2010 19:06:55 +0000 (15:06 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 6 Apr 2010 19:21:46 +0000 (12:21 -0700)
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 <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>

NTMakefile

index 1bc22fc..b7f34d9 100644 (file)
@@ -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