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
Родитель d1cd2205c2 ede8d89bb1
Коммит b7d510e8d5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,8 +30,8 @@ The Steps of Build Git with VS2008
the git operations.
3. Inside Git's directory run the command:
make common-cmds.h
to generate the common-cmds.h file needed to compile git.
make command-list.h
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
root