Changeset 93ea49a for x/lib


Ignore:
Timestamp:
11/06/2023 04:40:16 PM (6 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
679f4d6a
Parents:
c51bc3f
Message:

Qtwebengine: add a note about indentation in a sed

since we are sed'ing a python script, indentation has to be
respected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rc51bc3f r93ea49a  
    433433    return mod@'                             \
    434434    -i src/3rdparty/chromium/components/resources/protobufs/binary_proto_generator.py</userinput></screen>
     435
     436    <note>
     437      <para>
     438        In the above instruction, the 4-space indentation of the four lines
     439        from <command>spec = ...</command> to <command>return ...</command>
     440        is significant, since they are in a Python script.
     441      </para>
     442    </note>
    435443
    436444    <para>
Note: See TracChangeset for help on using the changeset viewer.