mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix style check
This commit is contained in:
parent
5f4c665c76
commit
571dd3acfb
3
.gitignore
vendored
3
.gitignore
vendored
@ -33,6 +33,9 @@
|
|||||||
/docs/ja/single.md
|
/docs/ja/single.md
|
||||||
/docs/fa/single.md
|
/docs/fa/single.md
|
||||||
/docs/en/development/cmake-in-clickhouse.md
|
/docs/en/development/cmake-in-clickhouse.md
|
||||||
|
/docs/ja/development/cmake-in-clickhouse.md
|
||||||
|
/docs/zh/development/cmake-in-clickhouse.md
|
||||||
|
/docs/ru/development/cmake-in-clickhouse.md
|
||||||
|
|
||||||
# callgrind files
|
# callgrind files
|
||||||
callgrind.out.*
|
callgrind.out.*
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../en/development/cmake-in-clickhouse.md
|
|
@ -1 +0,0 @@
|
|||||||
../../en/development/cmake-in-clickhouse.md
|
|
@ -155,6 +155,12 @@ def generate_cmake_flags_files() -> None:
|
|||||||
with open(footer_file_name, "r") as footer:
|
with open(footer_file_name, "r") as footer:
|
||||||
f.write(footer.read())
|
f.write(footer.read())
|
||||||
|
|
||||||
|
other_languages = ["docs/ja/development/cmake-in-clickhouse.md",
|
||||||
|
"docs/zh/development/cmake-in-clickhouse.md",
|
||||||
|
"docs/ru/development/cmake-in-clickhouse.md"]
|
||||||
|
|
||||||
|
for lang in other_languages:
|
||||||
|
os.symlink(output_file_name, os.path.join(root_path, lang))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
generate_cmake_flags_files()
|
generate_cmake_flags_files()
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../en/development/cmake-in-clickhouse.md
|
|
Loading…
Reference in New Issue
Block a user