Page MenuHomeFreeBSD

D28446.id83237.diff
No OneTemporary

D28446.id83237.diff

Index: documentation/tools/books-toc-creator.py
===================================================================
--- documentation/tools/books-toc-creator.py
+++ documentation/tools/books-toc-creator.py
@@ -143,7 +143,7 @@
with open('./content/{0}/books/handbook/chapters-order.adoc'.format(language), 'r', encoding = 'utf-8') as chaptersFile:
chapters = [line.strip() for line in chaptersFile]
- toc = "// Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ toc = "// Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
toc += "// Please don't change this file manually but run `make` to update it.\n"
toc += "// For more information, please read the FreeBSD Documentation Project Primer\n\n"
toc += "[.toc]\n"
Index: documentation/tools/books-toc-examples-creator.py
===================================================================
--- documentation/tools/books-toc-examples-creator.py
+++ documentation/tools/books-toc-examples-creator.py
@@ -75,7 +75,7 @@
with open('./content/{0}/books/{1}/chapters-order.adoc'.format(language, book), 'r', encoding = 'utf-8') as chaptersFile:
chapters = [line.strip() for line in chaptersFile]
- toc = "// Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ toc = "// Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
toc += "// Please don't change this file manually but run `make` to update it.\n"
toc += "// For more information, please read the FreeBSD Documentation Project Primer\n\n"
toc += "[.toc]\n"
Index: documentation/tools/books-toc-figures-creator.py
===================================================================
--- documentation/tools/books-toc-figures-creator.py
+++ documentation/tools/books-toc-figures-creator.py
@@ -75,7 +75,7 @@
with open('./content/{0}/books/{1}/chapters-order.adoc'.format(language, book), 'r', encoding = 'utf-8') as chaptersFile:
chapters = [line.strip() for line in chaptersFile]
- toc = "// Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ toc = "// Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
toc += "// Please don't change this file manually but run `make` to update it.\n"
toc += "// For more information, please read the FreeBSD Documentation Project Primer\n\n"
toc += "[.toc]\n"
Index: documentation/tools/books-toc-parts-creator.py
===================================================================
--- documentation/tools/books-toc-parts-creator.py
+++ documentation/tools/books-toc-parts-creator.py
@@ -20,7 +20,7 @@
tocFile.truncate(0)
def appendCommendAndTitle(language, tocCounter, tocContent):
- toc = "// Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ toc = "// Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
toc += "// Please don't change this file manually but run `make` to update it.\n"
toc += "// For more information, please read the FreeBSD Documentation Project Primer\n\n"
toc += "[.toc]\n"
Index: documentation/tools/books-toc-tables-creator.py
===================================================================
--- documentation/tools/books-toc-tables-creator.py
+++ documentation/tools/books-toc-tables-creator.py
@@ -75,7 +75,7 @@
with open('./content/{0}/books/{1}/chapters-order.adoc'.format(language, book), 'r', encoding = 'utf-8') as chaptersFile:
chapters = [line.strip() for line in chaptersFile]
- toc = "// Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ toc = "// Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
toc += "// Please don't change this file manually but run `make` to update it.\n"
toc += "// For more information, please read the FreeBSD Documentation Project Primer\n\n"
toc += "[.toc]\n"
Index: website/tools/releases-toml.py
===================================================================
--- website/tools/releases-toml.py
+++ website/tools/releases-toml.py
@@ -49,7 +49,7 @@
elif opt in ("-p", "--path"):
path = arg
- releasesTOML = "# Code generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
+ releasesTOML = "# Code @" + "generated by the FreeBSD Documentation toolchain. DO NOT EDIT.\n"
releasesTOML += "# Please don't change this file manually but run `make` to update it.\n"
releasesTOML += "# For more information, please read the FreeBSD Documentation Project Primer\n"
releasesTOML += '\n'

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 19, 3:01 AM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25585666
Default Alt Text
D28446.id83237.diff (4 KB)

Event Timeline