Changeset 349012b


Ignore:
Timestamp:
11/23/2023 11:30:19 PM (7 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
a6781cb
Parents:
d1b6445 (diff), 1fdbce2 (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:
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd1b6445 r349012b  
    7171         /bin/bash obfuscate.sh $$filename;           \
    7272         sed -e "s@text/html@application/xhtml+xml@g" \
    73              -e "s/\xa9/\&copy;/ "                    \
    7473             -i $$filename;                           \
    7574   done;
  • chapter06/ncurses.xml

    rd1b6445 r349012b  
    7979        <term><parameter>--with-manpage-format=normal</parameter></term>
    8080        <listitem>
    81           <para>This prevents Ncurses installing compressed manual
     81          <para>This prevents Ncurses from installing compressed manual
    8282          pages, which may happen if the host distribution itself
    8383          has compressed manual pages.</para>
     
    9595        <term><parameter>--without-normal</parameter></term>
    9696        <listitem>
    97           <para>This prevents Ncurses building and installing static C
     97          <para>This prevents Ncurses from building and installing static C
    9898          libraries.</para>
    9999        </listitem>
     
    103103        <term><parameter>--without-debug</parameter></term>
    104104        <listitem>
    105           <para>This prevents Ncurses building and installing debug
     105          <para>This prevents Ncurses from building and installing debug
    106106          libraries.</para>
    107107        </listitem>
  • stylesheets/lfs-xsl/chunk-slave.xsl

    rd1b6445 r349012b  
    1010  <!-- Upstream XHTML presentation templates -->
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    12 
    13   <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
    14   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    1512
    1613  <!-- Including our customized elements templates -->
  • tidy.conf

    rd1b6445 r349012b  
    22wrap: 78
    33tab-size: 8
    4 input-encoding: latin1
    5 output-encoding: latin1
    64write-back: yes
    75markup: yes
Note: See TracChangeset for help on using the changeset viewer.