[WINEDOCS] Translate the Winelib User's Guide to French

Francois Gouget fgouget at codeweavers.com
Mon Jul 4 13:01:18 CDT 2005


This patch contains two parts:
  * the attached diff
  * the po file which you should download from 
http://fgouget.free.fr/tmp/winelib-guide.po and save as 
'fr/wineusr-guide.po'.

I am sending the po file separately because it's big (>170KB) and I 
don't want to compress the patch (to conform with Wine policy).

Changelog:

  * fr/.cvsignore
    fr/Makefile.in
    fr/winelib-guide.po

    Francois Gouget <fgouget at codeweavers.com>
    Integrate the Wine User Guide translation with the WineDocs framework.
    Restore alphabetical order in fr/.cvsignore.
    José CARRENO
    Yvon BENOIST
    Translate the Winelib User's Guide to French and proof-read it.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: fr/.cvsignore
===================================================================
RCS file: /cvsroot/wine/docs/fr/.cvsignore,v
retrieving revision 1.3
diff -u -p -r1.3 .cvsignore
--- fr/.cvsignore	4 Jul 2005 12:57:56 -0000	1.3
+++ fr/.cvsignore	4 Jul 2005 17:55:38 -0000
@@ -1,11 +1,16 @@
 Makefile
-wineusr-guide.html
-wineusr-guide.pdf
-wineusr-guide.sgml
-wineusr-guide.ps
-wineusr-guide.txt
 wine-faq.html
 wine-faq.pdf
 wine-faq.sgml
 wine-faq.ps
 wine-faq.txt
+winelib-guide.html
+winelib-guide.pdf
+winelib-guide.sgml
+winelib-guide.ps
+winelib-guide.txt
+wineusr-guide.html
+wineusr-guide.pdf
+wineusr-guide.sgml
+wineusr-guide.ps
+wineusr-guide.txt
Index: fr/Makefile.in
===================================================================
RCS file: /cvsroot/wine/docs/fr/Makefile.in,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.in
--- fr/Makefile.in	4 Jul 2005 12:57:56 -0000	1.4
+++ fr/Makefile.in	4 Jul 2005 17:55:38 -0000
@@ -18,10 +18,18 @@ WINEUSR_SRCS = \
 	$(SGMLDIR)/wineusr-registry.sgml \
 	$(SGMLDIR)/wineusr-running.sgml
 
+WINELIB_SRCS = \
+	$(SGMLDIR)/winelib-bindlls.sgml \
+	$(SGMLDIR)/winelib-intro.sgml \
+	$(SGMLDIR)/winelib-mfc.sgml \
+	$(SGMLDIR)/winelib-porting.sgml \
+	$(SGMLDIR)/winelib-toolkit.sgml
+
 WINEFAQ_SRCS = \
 
 ALLBOOKS = \
 	wineusr-guide \
+	winelib-guide \
 	wine-faq
 
 all: doc


More information about the wine-patches mailing list