mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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 <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
0bc5b666b1
commit
10b4833d29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user