ooo-build r12150 - in trunk: . scratch/layout-src2xml/source



Author: kyoshida
Date: Thu Apr 10 16:32:37 2008
New Revision: 12150
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12150&view=rev

Log:
2008-04-10  Kohei Yoshida  <kyoshida novell com>

	* scratch/layout-src2xml/source/src2xml.py: added content for command
	line help.


Modified:
   trunk/ChangeLog
   trunk/scratch/layout-src2xml/source/src2xml.py

Modified: trunk/scratch/layout-src2xml/source/src2xml.py
==============================================================================
--- trunk/scratch/layout-src2xml/source/src2xml.py	(original)
+++ trunk/scratch/layout-src2xml/source/src2xml.py	Thu Apr 10 16:32:37 2008
@@ -11,8 +11,25 @@
 
 Options:
 
-TODO: to be worked on.  Meanwhile, please read README.
-
+    --output-dir        output directory where the converted xml files are 
+                        stored.  The names of the output files will be 
+                       
+                          [basename].xml
+                       
+                        where the [basename] is the base name of the original 
+                        source file.
+
+    --include-dir       specifiy a header search path where header files are
+                        located.  In case of multiple header search paths, use
+                        this option multiple times.
+
+    --include-dir-list  specify a file that contains header search paths.  
+                        Each line in the specified file must correspond with
+                        each individual header search path.
+
+    --file-list         specify a file that contains the source file paths.
+                        Each line in the specified file must correspond with
+                        each individual source file path.
 """
     print msg
     if quitAfter:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]