Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2022-02-15 07:44:35 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2022-02-15 07:44:35 +0300
commit14d98d0388043f7e49451e31fcc1cbb46a214fa9 (patch)
treec4b5b35bc05c953dd7ec388b0197da858a1d4914 /release/text
parent9d01358a68143ab76ac2f5eed09b370c4eb21a59 (diff)
CMake: create readme.html with configure_file
Since the output file stays unmodified for most developer builds, install step installed it redundantly. Create readme.html using `configure_file`: - Now it's modified only if final output changes (handled by CMake). - If input file (from git) or blender version changes, it //will// be modified. Also don't re-implement what CMake can do. Reviewed By: campbellbarton, LazyDodo Differential Revision: https://developer.blender.org/D13863
Diffstat (limited to 'release/text')
-rw-r--r--release/text/readme.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/text/readme.html b/release/text/readme.html
index 3972f137d8e..6048dd78e6b 100644
--- a/release/text/readme.html
+++ b/release/text/readme.html
@@ -18,7 +18,7 @@
</style>
</head>
<body>
-<p class="p1"><b>Blender BLENDER_VERSION</b></p>
+<p class="p1"><b>Blender @BLENDER_VERSION@</b></p>
<p class="p2"><br></p>
<p class="p3"><b>About</b></p>
<p class="p4">
@@ -36,10 +36,10 @@ The entire source code is available on our website.
For more information, visit <a href="http://www.blender.org/"><span class="s1">blender.org</span></a>.
</p>
<p class="p2"><br></p>
-<p class="p3"><b>BLENDER_VERSION</b></p>
+<p class="p3"><b>@BLENDER_VERSION@</b></p>
<p class="p4">
-The Blender Foundation and online developer community is proud to present Blender BLENDER_VERSION.
-<a href="https://wiki.blender.org/wiki/Reference/Release_Notes/BLENDER_VERSION">
+The Blender Foundation and online developer community is proud to present Blender @BLENDER_VERSION@.
+<a href="https://wiki.blender.org/wiki/Reference/Release_Notes/@BLENDER_VERSION@">
<span class="s1">More information about this release</span></a>.
</p>
<p class="p2"><br></p>
@@ -81,8 +81,8 @@ download an addon as a .py or .zip file, then press the "Install Addon" button a
<p class="p5">
<span class="s3">General information <a href="http://www.blender.org/">
<span class="s4">www.blender.org</span></a> <br>
-Release Notes <a href="https://wiki.blender.org/wiki/Reference/Release_Notes/BLENDER_VERSION">
-<span class="s4">wiki.blender.org/wiki/Reference/Release_Notes/BLENDER_VERSION</span></a><br>
+Release Notes <a href="https://wiki.blender.org/wiki/Reference/Release_Notes/@BLENDER_VERSION@">
+<span class="s4">wiki.blender.org/wiki/Reference/Release_Notes/@BLENDER_VERSION@</span></a><br>
Tutorials <a href="http://www.blender.org/support/tutorials/">
<span class="s4">www.blender.org/support/tutorials/</span></a> <br>
Manual <a href="https://docs.blender.org/manual/en/latest/"><span class="s4">https://docs.blender.org/manual/en/latest/</span></a><br>