1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

WindowsServerDocs: Update README to get rid of the references to ./gen/

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Garming Sam
2017-12-14 16:43:04 +13:00
committed by Garming Sam
parent 1bb0715c93
commit b6c33c0ca9

View File

@ -7,16 +7,16 @@ project: https://github.com/MicrosoftDocs/windowsserverdocs/
./WindowsServerDocs/Schema-Updates.md is the version of the file we used (last updated
Jun 1, 2017, commit SHA f79755b75d2810b8a4).
License files (LICENSE and LICENSE-CODE) have also been included in the ./gen
directory for reference.
License files (LICENSE and LICENSE-CODE) have also been included in the
./WindowsServerDocs directory for reference.
The ms_markdown.py script was then used to produce the .ldf files.
The ms_schema_markdown.py script was then used to produce the .ldf files.
However, this schema didn't work. The ./gen/*.diff files are the changes
we made on top of this to get the schema working on Samba. If you are
However, this schema didn't work. The ./WindowsServerDocs/*.diff files are the
changes we made on top of this to get the schema working on Samba. If you are
re-generating the .ldf files, to apply the patches, use:
for p in `ls gen/*.diff` ; do patch -p 1 < $p ; done
for p in `ls WindowsServerDocs/*.diff` ; do patch -p 1 < $p ; done
All this is handled at runtime in the provision code, so that we do
not store patched generated files in git (an alternative would have