Changeset 0929ec5


Ignore:
Timestamp:
04/06/2021 09:14:24 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
6cc8775
Parents:
61385ca (diff), 6b505da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into multilib

Files:
2 added
33 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r61385ca r0929ec5  
    133133        $(Q)rm -f $(RENDERTMP)/*pdf.fo
    134134
    135 validate: tmpdir
     135validate: tmpdir version
    136136        @echo "Processing bootscripts..."
    137137        $(Q)bash process-scripts.sh
     
    203203       $(BASEDIR)/md5sums
    204204
     205version:
     206        $(Q)./git-version.sh
     207
    205208#dump-commands: validate
    206209#       @echo "Dumping book commands..."
     
    220223all: book nochunks pdf # dump-commands
    221224
    222 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list
    223 
     225.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
     226
  • chapter01/changelog.xml

    r61385ca r0929ec5  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47
     48    <listitem>
     49      <para>2021-04-06</para>
     50      <itemizedlist>
     51        <listitem>
     52          <para>The XML source code of this book is migrated from SVN
     53          to Git.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4758    <listitem>
    4859      <para>2021-03-26</para>
  • chapter09/etcshells.xml

    r61385ca r0929ec5  
    99  <?dbhtml filename="etcshells.html"?>
    1010
    11 <!--
    12   <sect1info>
    13     <othername>$LastChangedBy: renodr $</othername>
    14     <date>$Date: 2020-06-12 23:04:48 +0200 (Fr, 12. Jun 2020) $</date>
    15   </sect1info>
    16 -->
    1711  <title>Creating the /etc/shells File</title>
    1812
  • general.ent

    r61385ca r0929ec5  
    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/">
  • stylesheets/lfs-chunked.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy: manuel $
    5 $Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 2007) $
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-nochunks.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy: manuel $
    5 $Date: 2007-06-12 20:18:51 +0200 (mar, 12 jun 2007) $
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-pdf.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy: manuel $
    5 $Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 2007) $
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/chunk-master.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/chunk-slave.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/chunkfast.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/common.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/lfs-l10n.xml

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
  • stylesheets/lfs-xsl/lfs-print.css

    r61385ca r0929ec5  
    1 /*
    2 $LastChangedBy$
    3 $Date$
    4 */
    51@import url(lfs.css);
    62
  • stylesheets/lfs-xsl/lfs.css

    r61385ca r0929ec5  
    1 /*
    2 $LastChangedBy$
    3 $Date$
    4 */
    51/* Global settings */
    62body {
  • stylesheets/lfs-xsl/lfs.css.new

    r61385ca r0929ec5  
    1 /*
    2 $LastChangedBy:barjo $
    3 $Date:2015-08-04 00:37:38 +0100 $
    4 */
    51/* Global settings */
    62body {
  • stylesheets/lfs-xsl/nochunks.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf/lfs-admon.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf/lfs-index.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<!DOCTYPE xsl:stylesheet [
  • stylesheets/lfs-xsl/pdf/lfs-lists.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf/lfs-mixed.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf/lfs-pagesetup.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/pdf/lfs-xref.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/profile.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-admon.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-index.xsl

    r61385ca r0929ec5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<!DOCTYPE xsl:stylesheet [
  • stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-sections.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-titles.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-toc.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • stylesheets/lfs-xsl/xhtml/lfs-xref.xsl

    r61385ca r0929ec5  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Note: See TracChangeset for help on using the changeset viewer.