]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WindowsServerDocs: Update README to get rid of the references to ./gen/
authorGarming Sam <garming@catalyst.net.nz>
Thu, 14 Dec 2017 03:43:04 +0000 (16:43 +1300)
committerGarming Sam <garming@samba.org>
Wed, 20 Dec 2017 22:13:11 +0000 (23:13 +0100)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/setup/adprep/README.txt

index 069b0152a7814b2db54344f2610d03f3861d40a1..f8de2eae1758e411f3d0eccf9263164d52b56a5e 100644 (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