Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
translations:update-documentation [2009/08/17 14:57] – created miketranslations:update-documentation [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 19: Line 19:
 **3.** Prepare the doc/ directory for the new translation. **3.** Prepare the doc/ directory for the new translation.
  
-FIXME 
   # example   # example
-  svn export doc/C doc/ja/+  mkdir -p doc/ja/images 
 +  cp doc/C/Makefile.am doc/C/project.xml.in doc/C/project.html doc/ja 
 +  cp doc/C/images/Makefile.am doc/C/images/*.png doc/ja/images
   vim configure.ac.in doc/Makefile.am doc/ja/Makefile.am doc/ja/images/Makefile.am   vim configure.ac.in doc/Makefile.am doc/ja/Makefile.am doc/ja/images/Makefile.am
  
-//The translations update the XML documentations that is usually put inside a docs/ directory. In that directory you have at least one sub-directory that is the english version named ''C''To create a new directory for a new translation you can use ''svn export'' as in the above example so that it doesn't copy the hidden ''.svn'' directories. Then you have to edit the appropriate Makefiles. The autoconf script also needs to be updated.//+//The translations update the XML documentations that is usually put inside a docs/ directory. In that directory you have at least one sub-directory that is the english version named ''C''You have to edit the appropriate Makefiles. The autoconf script also needs to be updated for the new Makefile.in output files.//
  
 **4.** Regenerate the configure script and new Makefiles. **4.** Regenerate the configure script and new Makefiles.