diff options
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/general.ent b/general.ent index 9431cf046..4c7e25795 100644 --- a/general.ent +++ b/general.ent @@ -17,12 +17,13 @@ Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY short-versiond "systemd"> +<!ENTITY short-versiond "systemd"> <!--Change to stable-systemd for release --> <!ENTITY generic-versiond "systemd"> <!ENTITY lfs-root "https://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-book "&blfs-root;view/&short-version;/"> +<!ENTITY blfs-systemd-book "&blfs-root;view/&short-versiond;/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> |