broken faq.sgml

2005-02-24 Thread Vitaly Lipatov
Patch
http://cvs.winehq.org/patch.py?id=16300
breaks faq.sgml in line
question id=Can-I-bundle-everything-in-one-huge-executable
during compiling:
jade:/home/lav/RPM/BUILD/wine-20050224/documentation/faq.sgml:1716:66:Q: 
length of name token must not exceed NAMELEN (44)

-- 
Vitaly Lipatov, ALT Linux Team
Russia, Saint-Petersburg, www.etersoft.ru



Re: broken faq.sgml

2005-02-24 Thread Dimitrie O. Paun
On Thu, Feb 24, 2005 at 08:12:10PM +0300, Vitaly Lipatov wrote:
 jade:/home/lav/RPM/BUILD/wine-20050224/documentation/faq.sgml:1716:66:Q: 
 length of name token must not exceed NAMELEN (44)

Thanks, sorry for the problem.

ChangeLog
Shorten the id of the question to avoid jade error.

cvs diff documentation/faq.sgml
Index: documentation/faq.sgml
===
RCS file: /var/cvs/wine/documentation/faq.sgml,v
retrieving revision 1.40
diff -u -r1.40 faq.sgml
--- documentation/faq.sgml  24 Feb 2005 10:08:15 -  1.40
+++ documentation/faq.sgml  24 Feb 2005 18:51:21 -
@@ -1713,7 +1713,7 @@
   /qandaentry

   qandaentry
-  question id=Can-I-bundle-everything-in-one-huge-executable
+  question id=Can-I-bundle-everything-in-one-huge-exe
 para
   Is there a way to bind the Wine code, a Windows .exe, associated 
DLLs,
   and any necessary accompanying files into a single Linux executable 
which

-- 
Dimi.