Changeset df732b5


Ignore:
Timestamp:
08/21/2021 08:13:49 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
69d280f, 763a00a, c34b4fb
Parents:
b649e6b
Message:

Fix lfs-print.css location in index.html <head>

The template generates ../stylesheets/lfs-print.css, which is
ok for all pages, except index.html. Remove the ../ with a sed
in the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb649e6b rdf732b5  
    4747        $(Q)mkdir -p $(BASEDIR)/stylesheets
    4848        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
     49        $(Q)sed -i 's|../stylesheet|stylesheet|' $(BASEDIR)/index.html
    4950
    5051        $(Q)mkdir -p $(BASEDIR)/images
Note: See TracChangeset for help on using the changeset viewer.