Changeset b604503 for Makefile


Ignore:
Timestamp:
01/18/2024 09:44:14 AM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
6c100fb
Parents:
0632116 (diff), 9bbd87a (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:

Merge at Thu Jan 18 09:40:30 GMT 2024

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0632116 rb604503  
    4949endif
    5050
    51 # https://github.com/docbook/xslt10-stylesheets/issues/239
    52 SED_XMLNS_XLINK = sed -i 's/xmlns:xlink.*xlink"//'
    53 
    5451book: validate profile-html
    5552        @echo "Generating chunked XHTML files at $(BASEDIR)/ ..."
     
    6562        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
    6663        $(Q)sed -i 's|../stylesheet|stylesheet|' $(BASEDIR)/index.html
    67         $(Q)$(SED_XMLNS_XLINK) $(BASEDIR)/longindex.html
    6864
    6965        $(Q)mkdir -p $(BASEDIR)/images
     
    118114#                $(RENDERTMP)/lfs-html2.xml
    119115
    120         $(Q)$(SED_XMLNS_XLINK) $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    121116        @echo "Running Tidy..."
    122117        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
Note: See TracChangeset for help on using the changeset viewer.