Changeset 1fdbce2 for Makefile


Ignore:
Timestamp:
11/23/2023 07:59:52 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
349012b, 8e85548
Parents:
5e8bab7
Message:

Generate utf-8 encoded html

This removes several problems with wrong encodings...
The sed for &copy; is not needed anymore
tidy.conf has to be changed to remove specification of latin1 as
input and output encodings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5e8bab7 r1fdbce2  
    5858         /bin/bash obfuscate.sh $$filename;           \
    5959         sed -e "s@text/html@application/xhtml+xml@g" \
    60              -e "s/\xa9/\&copy;/ "                    \
    6160             -i $$filename;                           \
    6261   done;
Note: See TracChangeset for help on using the changeset viewer.