Adjusted book info.

Adjusted my email in general.ent.

Also adjusted how the book version is generated.
This commit is contained in:
Zeckmathederg 2024-10-12 03:14:11 -06:00
parent 1811267923
commit cfda1cdb10
3 changed files with 6 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<!ENTITY maintainer-fullname "The GLFS Team"> <!ENTITY maintainer-fullname "The GLFS Team">
<!ENTITY maintainer-firstname "GLFS"> <!ENTITY maintainer-firstname "GLFS">
<!ENTITY maintainer-address "zeckmaisreal@gmail.com;"> <!ENTITY maintainer-address "zeckma.tech@gmail.com;">
<!ENTITY lfs-website "https://www.&lfs-domainname;"> <!ENTITY lfs-website "https://www.&lfs-domainname;">

View File

@ -44,8 +44,8 @@ esac
full_date="$month $day$suffix, $year" full_date="$month $day$suffix, $year"
sha="$(git describe --abbrev=1 --always)" sha="$(git describe --abbrev=1 --always --exclude '*')"
version=$(echo "$sha" | sed 's/-g[^-]*$//') version=$(echo -n "#" && echo -n "$sha")
if [ "$(git diff HEAD | wc -l)" != "0" ]; then if [ "$(git diff HEAD | wc -l)" != "0" ]; then
version="$version" version="$version"

View File

@ -42,6 +42,9 @@
<listitem> <listitem>
<para>October 12th, 2024</para> <para>October 12th, 2024</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[Zeckmathederg] - Adjusted book info.</para>
</listitem>
<listitem> <listitem>
<para>[Zeckmathederg] - Vulkan-{Headers,Tools}: 1.3.297 -&gt; <para>[Zeckmathederg] - Vulkan-{Headers,Tools}: 1.3.297 -&gt;
1.3.298.</para> 1.3.298.</para>