Ignore:
Timestamp:
08/18/2022 03:20:56 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
4937ede, c78420c
Parents:
f93706f (diff), 8753635b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rf93706f r92969acf  
    77  <!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "9f4b165d38da998d8745ae88d346f109">
     9  <!ENTITY bind-md5sum        "d30ac638f74a9aa5da2f54c4f16ccd81">
    1010  <!ENTITY bind-size          "4.9 MB">
    1111  <!ENTITY bind-buildsize     "137 MB (26 MB installed)">
     
    199199    </para>
    200200
    201 <screen role="root"><userinput>make install</userinput></screen>
     201<!-- Documentation is an issue - The docs are now all in .rst format and appear
     202to be sphinx based. install source .rst files for now...
     203-->
     204
     205<screen role="root"><userinput>make install &amp;&amp;
     206
     207install -vdm 644 /usr/share/doc/bind-&bind-version;/{arm,dnssec-guide} &amp;&amp;
     208install doc/arm/* /usr/share/doc/bind-&bind-version;/arm               &amp;&amp;
     209install doc/dnssec-guide/* /usr/share/doc/bind-&bind-version;/dnssec-guide</userinput></screen>
    202210  </sect2>
    203 
    204 <!-- Documentation is an issue - The docs are now all in .rst format and appear
    205 to be sphinx based.
    206 -->
    207211
    208212  <sect2 role="commands">
Note: See TracChangeset for help on using the changeset viewer.