Changeset 1df87ee for Makefile


Ignore:
Timestamp:
01/15/2024 08:47:56 AM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
12dc86b
Parents:
ce402041
Message:

Output the book in utf-8 encoding

Also fix doctype being removed by tidy in longindex by removing a wrong
attribute (xmlns:xlink) in a div element in the index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rce402041 r1df87ee  
    109109                stylesheets/blfs-chunked.xsl               \
    110110                $(RENDERTMP)/$(BLFSHTML)
     111        $(Q)sed -i 's/xmlns:xlink.*xlink"//' $(BASEDIR)/longindex.html
    111112
    112113        @echo "Copying CSS code and images..."
     
    142143                stylesheets/blfs-nochunks.xsl          \
    143144                $(RENDERTMP)/$(BLFSHTML)
     145        $(Q)sed -i 's/xmlns:xlink.*xlink"//' $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    144146
    145147        @echo "Running Tidy and obfuscate.sh on non-chunked XHTML..."
Note: See TracChangeset for help on using the changeset viewer.