Ignore:
Timestamp:
12/03/2021 05:24:49 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
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:
d628802
Parents:
4d8846e
Message:

Do not recreate docs in neon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    r4d8846e rfdb76cd  
    8989  <sect2 role="installation">
    9090    <title>Installation of neon</title>
     91
     92    <para>
     93      The build mechanism tries to recreate the documentaion even
     94      though its included in the archive. Recreating would require
     95      <application>xmlto</application> to be installed. Apply the
     96      following sed to not recreate the docs:
     97    </para>
     98
     99<screen><userinput>sed 's/\(install-\(html\|man\):\).*/\1/' -i Makefile.in</userinput></screen>
    91100
    92101    <para>
Note: See TracChangeset for help on using the changeset viewer.