Changeset 8ed58ee for Makefile


Ignore:
Timestamp:
08/21/2021 08:38:26 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5838482e
Parents:
f9b6072
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

    rf9b6072 r8ed58ee  
    115115
    116116        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
     117        $(Q)sed -i 's|../stylesheet|stylesheet|' $(BASEDIR)/index.html
    117118
    118119        $(Q)if [ ! -e $(BASEDIR)/images ]; then \
Note: See TracChangeset for help on using the changeset viewer.