[Libreoffice-commits] .: compilerplugins/README

Luboš Luňák l.lunak at suse.cz
Thu Jan 31 05:49:06 PST 2013


 compilerplugins/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b11db848665fb9501b5c88ffb1a5bd81abf7d69
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Jan 31 14:47:50 2013 +0100

    rewriters no longer create .new files, they modify sources directly
    
    Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3

diff --git a/compilerplugins/README b/compilerplugins/README
index 9dae9a1..8578005 100644
--- a/compilerplugins/README
+++ b/compilerplugins/README
@@ -63,7 +63,7 @@ if appropriate.
 
 Rewriters analyse and possibly modify given source files.
 Usage: make COMPILER_PLUGIN_TOOL=<rewriter_name>
-Modifications will be written to files <source_file>.new .
+Modifications will be written directly to the source files.
 
 == Code documentation / howtos ==
 


More information about the Libreoffice-commits mailing list