From e62dbdc04d5381604aa6d370c796de9e20177637 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 3 Dec 2019 13:12:18 -0600 Subject: [PATCH] Move readme to doc folder and use versioning system (#7289) * Move readme to doc and use versioning system * update build tools --- Makefile | 2 +- README.zh-TW.md => docs/README.zh-TW.md | 2 +- tools/make.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename README.zh-TW.md => docs/README.zh-TW.md (98%) diff --git a/Makefile b/Makefile index f0b0810e3e..2f725f93b5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PREFIX = ace BIN = @ace ZIP = ace3 FLAGS = -i include -w unquoted-string -w redefinition-wo-undef -VERSION_FILES = README.md docs/README_DE.md docs/README_PL.md mod.cpp +VERSION_FILES = README.md docs/README_DE.md docs/README_PL.md README.zh-TW.md mod.cpp MAJOR = $(word 1, $(subst ., ,$(VERSION))) MINOR = $(word 2, $(subst ., ,$(VERSION))) diff --git a/README.zh-TW.md b/docs/README.zh-TW.md similarity index 98% rename from README.zh-TW.md rename to docs/README.zh-TW.md index 595d25d9ac..933c2b50cb 100644 --- a/README.zh-TW.md +++ b/docs/README.zh-TW.md @@ -4,7 +4,7 @@

- ACE3 版本 + ACE3 版本 ACE3 問題 diff --git a/tools/make.py b/tools/make.py index ccb9d75d92..1db6b039ed 100644 --- a/tools/make.py +++ b/tools/make.py @@ -72,7 +72,7 @@ dssignfile = "" prefix = "ace" pbo_name_prefix = "ace_" signature_blacklist = [] -importantFiles = ["mod.cpp", "README.md", "docs\\README_DE.md", "docs\\README_PL.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa", "meta.cpp"] +importantFiles = ["mod.cpp", "README.md", "docs\\README_DE.md", "docs\\README_PL.md", "docs\\README.zh-TW.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa", "meta.cpp"] versionFiles = ["README.md", "docs\\README_DE.md", "docs\\README_PL.md", "mod.cpp"] ciBuild = False # Used for CI builds