diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-10-17 03:53:42 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-10-17 04:17:34 +0800 |
commit | 50836740d2d99ea0e69820bc9682ba7340a4e571 (patch) | |
tree | ae69d93ec15f003e92079486ec5640ff5bf427fc /Makefile | |
parent | 49661ec8e57a816f7e2564af74908b89ea4e2aa1 (diff) |
merge conditional XML from LFS
There was some consistency issues in URLs to LFS. For example, in
systemd revision the URL to LFS "General Network Configuration" points
to the sysv book, this can be really troubling to new readers.
Instead of fixing them one by one, merge conditional XML developed by
Pierre from LFS.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,4 +269,4 @@ $(DUMPDIR): $(RENDERTMP)/$(BLFSFULL) version dump-commands bootscripts systemd-units version version: - $(Q)./git-version.sh + $(Q)./git-version.sh $(REV) |