mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Added -v to the install command for the convert-mans script in the man-db page, for consistent use of verbose commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c23c59f53b
commit
b39d9096f0
@ -37,6 +37,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2008-12-19</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[robert] - Added -v to the install command for the convert-mans
|
||||||
|
script in the man-db page, for consistent use of verbose commands.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-12-18</para>
|
<para>2008-12-18</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -327,7 +327,7 @@ do
|
|||||||
mv .tmp.iconv "$FILE"
|
mv .tmp.iconv "$FILE"
|
||||||
done</literal>
|
done</literal>
|
||||||
EOF
|
EOF
|
||||||
install -m755 convert-mans /usr/bin</userinput></screen>
|
install -v -m755 convert-mans /usr/bin</userinput></screen>
|
||||||
|
|
||||||
|
|
||||||
<para>If upstream distributes the manual pages in a legacy encoding, the
|
<para>If upstream distributes the manual pages in a legacy encoding, the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20081218">
|
<!ENTITY version "SVN-20081219">
|
||||||
<!ENTITY releasedate "December 18, 2008">
|
<!ENTITY releasedate "December 19, 2008">
|
||||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user