Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rceebda5 r59483809  
    1 <!ENTITY version         "SVN-20210326">
     1<!-- version info automatically generated by git
     2     comment the following two lines for release -->
     3<!ENTITY % version-entities SYSTEM "version.ent">
     4%version-entities;
     5
     6<!-- uncomment and edit the following four lines
     7     for releases (including -rc) -->
     8<!--
     9<!ENTITY version         "10.2-rc1">
     10<!ENTITY versiond        "10.2-rc1">
     11<!ENTITY releasedate     "August 26th, 2021">
     12<!ENTITY copyrightdate   "1999-2021">
     13-->
     14<!-- jhalfs needs a literal dash, not &ndash; -->
     15
    216<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    317                                      Change to x.y for release but not -rc releases -->
    418<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    519
    6 <!ENTITY versiond        "20210326-systemd">
    720<!ENTITY short-versiond  "systemd">
    821<!ENTITY generic-versiond "systemd">
    9 
    10 <!ENTITY releasedate     "March 26th, 2021">
    11 
    12 <!ENTITY copyrightdate   "1999-2021"><!-- jhalfs needs a literal dash, not &ndash; -->
    1322
    1423<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
     
    5564<!ENTITY % patches-entities SYSTEM "patches.ent">
    5665%patches-entities;
    57 
    58 <!-- multilib definitions -->
    59 <!ENTITY lib-m32          "/lib32">
    60 <!ENTITY lib-mx32         "/libx32">
    61 <!ENTITY usr-lib-m32      "/usr/lib32">
    62 <!ENTITY usr-lib-mx32     "/usr/libx32">
    63 <!ENTITY usr-inc-m32      "/usr/include/m32">
    64 <!ENTITY usr-inc-mx32     "/usr/include/mx32">
Note: See TracChangeset for help on using the changeset viewer.