Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tree.xml

    rc93c620c rb5eadf6a  
    55  %general-entities;
    66
    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">
     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">
    1213<!ENTITY tree-time          "less than 0.1 SBU">
    1314]>
     
    1617  <?dbhtml filename="tree.html"?>
    1718
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2119
    2220  <title>tree-&tree-version;</title>
     
    3028
    3129    <para>
    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.
     30      The <application>tree</application> application is useful to display a
     31      dictionary tree's contents, including files, directories, and links.
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9491    </para>
    9592
    96 <screen role="root"><userinput>make MANDIR=/usr/share/man/man1 install &amp;&amp;
     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;
    9798chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
    9899
Note: See TracChangeset for help on using the changeset viewer.