Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tree.xml

    rb5eadf6a rc93c620c  
    55  %general-entities;
    66
    7 <!ENTITY tree-download-http "https://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
    8 <!ENTITY tree-download-ftp  " ">
    9 <!-- <!ENTITY tree-download-ftp  "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz">-->
    10 <!ENTITY tree-md5sum        "50aa5cdb28df6340ef67a3a3ec953ffc">
    11 <!ENTITY tree-size          "60 KB">
    12 <!ENTITY tree-buildsize     "524 KB">
     7<!ENTITY tree-download-http "http://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
     8<!ENTITY tree-download-ftp  "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz">
     9<!ENTITY tree-md5sum        "715191c7f369be377fc7cc8ce0ccd835">
     10<!ENTITY tree-size          "52 KB">
     11<!ENTITY tree-buildsize     "656 KB">
    1312<!ENTITY tree-time          "less than 0.1 SBU">
    1413]>
     
    1716  <?dbhtml filename="tree.html"?>
    1817
     18  <sect1info>
     19    <date>$Date$</date>
     20  </sect1info>
    1921
    2022  <title>tree-&tree-version;</title>
     
    2830
    2931    <para>
    30       The <application>tree</application> application is useful to display a
    31       dictionary tree's contents, including files, directories, and links.
     32      The <application>tree</application> application, as the name suggests,
     33     is useful to display, in a terminal, directory contents, including
     34     directories, files, links.
    3235    </para>
    3336
    34     &lfs112_checked;
     37    &lfs110a_checked;
    3538
    3639    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9194    </para>
    9295
    93     <!-- Without MANDIR=/usr/share/man, it'll create /usr/share/man1/man1 and
    94          install 'tree.1' there. Also, without prefix=/usr, it'll install the
    95          'tree' command in /usr/local/bin. -->
    96 
    97 <screen role="root"><userinput>make PREFIX=/usr MANDIR=/usr/share/man install &amp;&amp;
     96<screen role="root"><userinput>make MANDIR=/usr/share/man/man1 install &amp;&amp;
    9897chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
    9998
Note: See TracChangeset for help on using the changeset viewer.