diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/vim.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8247a9990..47c2fec0f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2008-10-29</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated symbolic link creation loop for vi.1 man pages. + Thanks to Bryan Kadzban for the construct.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-28</para> <itemizedlist> <listitem> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 5a4e3a9d0..ed5448187 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -117,8 +117,8 @@ languages:</para> <screen><userinput remap="install">ln -sv vim /usr/bin/vi -for L in "" fr it pl ru; do - ln -sv vim.1 /usr/share/man/$L/man1/vi.1 +for L in /usr/share/man/{,*/}man1/vim.1; do + ln -sv vim.1 $(dirname $L)/vi.1 done</userinput></screen> <para>By default, Vim's documentation is installed in <filename diff --git a/general.ent b/general.ent index 6615c97c4..69b5691b3 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20081028"> -<!ENTITY releasedate "October 28, 2008"> -<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndsah; --> +<!ENTITY version "SVN-20081029"> +<!ENTITY releasedate "October 28, 2009"> +<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |