Merge branch 'nd/command-list'

Build doc update for Windows.

* nd/command-list:
  vcbuild/README: update to accommodate for missing common-cmds.h
This commit is contained in:
Junio C Hamano 2018-07-24 14:50:50 -07:00
commit b7d510e8d5

View File

@ -30,8 +30,8 @@ The Steps of Build Git with VS2008
the git operations. the git operations.
3. Inside Git's directory run the command: 3. Inside Git's directory run the command:
make common-cmds.h make command-list.h
to generate the common-cmds.h file needed to compile git. to generate the command-list.h file needed to compile git.
4. Then either build Git with the GNU Make Makefile in the Git projects 4. Then either build Git with the GNU Make Makefile in the Git projects
root root