Changeset 8ed58ee


Ignore:
Timestamp:
08/21/2021 08:38:26 AM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
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.