Changeset 91f4b2d


Ignore:
Timestamp:
01/17/2024 01:49:48 PM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
270b173
Parents:
d5fda0b
Message:

SImplify Makefile now that we have fixed DB-xsl bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd5fda0b r91f4b2d  
    3636endif
    3737
    38 # https://github.com/docbook/xslt10-stylesheets/issues/239
    39 SED_XMLNS_XLINK = sed -i 's/xmlns:xlink.*xlink"//'
    40 
    4138book: validate profile-html
    4239        @echo "Generating chunked XHTML files at $(BASEDIR)/ ..."
     
    5249        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
    5350        $(Q)sed -i 's|../stylesheet|stylesheet|' $(BASEDIR)/index.html
    54         $(Q)$(SED_XMLNS_XLINK) $(BASEDIR)/longindex.html
    5551
    5652        $(Q)mkdir -p $(BASEDIR)/images
     
    105101#                $(RENDERTMP)/lfs-html2.xml
    106102
    107         $(Q)$(SED_XMLNS_XLINK) $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    108103        @echo "Running Tidy..."
    109104        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
Note: See TracChangeset for help on using the changeset viewer.