Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/man-db.xml

    rc636dee r7cd7f99  
    2828    <para os="a">Prepare Man-DB for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
    31     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
    32     --disable-setuid --with-browser=/usr/bin/lynx \
    33     --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
     30<screen os="b"><userinput>./configure \
     31    --prefix=/usr \
     32    --libexecdir=/usr/lib \
     33    --docdir=/usr/share/doc/man-db-&man-db-version; \
     34    --sysconfdir=/etc \
     35    --disable-setuid \
     36    --with-browser=/usr/bin/lynx \
     37    --with-vgrind=/usr/bin/vgrind \
     38    --with-grap=/usr/bin/grap</userinput></screen>
    3439
    3540    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.