Changeset 4647f824


Ignore:
Timestamp:
01/14/2024 11:30:10 PM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
0632116
Parents:
e97d787 (diff), b8194e0 (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:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re97d787 r4647f824  
     1# vim:ts=3
    12#BASEDIR = ~/lfs-book
    23#SYSDDIR = ~/lfs-systemd
     
    2425
    2526ifeq ($(REV), sysv)
    26   BASEDIR         ?= ~/lfs-book
     27  BASEDIR         ?= ~/public_html/lfs-book
    2728  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2829  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    2930  DUMPDIR         ?= ~/lfs-commands
    3031else
    31   BASEDIR         ?= ~/lfs-systemd
     32  BASEDIR         ?= ~/public_html/lfs-systemd
    3233  PDF_OUTPUT      ?= LFS-SYSD-BOOK.pdf
    3334  NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
     
    6162        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
    6263        $(Q)sed -i 's|../stylesheet|stylesheet|' $(BASEDIR)/index.html
     64        $(Q)sed -i 's/xmlns:xlink.*xlink"//' $(BASEDIR)/longindex.html
    6365
    6466        $(Q)mkdir -p $(BASEDIR)/images
     
    113115#                $(RENDERTMP)/lfs-html2.xml
    114116
     117        $(Q)sed 's/xmlns:xlink.*xlink"//' -i $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    115118        @echo "Running Tidy..."
    116119        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
     
    121124        $(Q)sed -i -e "s@../wget-list@wget-list@"            $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    122125        $(Q)sed -i -e "s@../md5sums@md5sums@"                $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    123         $(Q)sed -i -e "s@\xa9@\&copy;@"                      $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    124126
    125127        @echo "Output at $(BASEDIR)/$(NOCHUNKS_OUTPUT)"
  • chapter08/udev.xml

    re97d787 r4647f824  
    138138      $(ninja -n | grep -Eo '(src/(lib)?udev|rules.d|hwdb.d)/[^ ]*') \
    139139      $(realpath libudev.so --relative-to .)                         \
    140       $udev_helpers udevadm</userinput></screen>
     140      $udev_helpers</userinput></screen>
    141141
    142142    <para>Install the package:</para>
  • stylesheets/lfs-xsl/nochunks.xsl

    re97d787 r4647f824  
    1010  <!-- Upstream XHTML templates -->
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    12 
    13   <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
    14   <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
    1512
    1613  <!-- Include our customized templates -->
Note: See TracChangeset for help on using the changeset viewer.