commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7105 - in trunk/gnue-common: . src/setup utils


From: reinhard
Subject: [gnue] r7105 - in trunk/gnue-common: . src/setup utils
Date: Mon, 7 Mar 2005 11:08:10 -0600 (CST)

Author: reinhard
Date: 2005-03-07 11:08:09 -0600 (Mon, 07 Mar 2005)
New Revision: 7105

Modified:
   trunk/gnue-common/setup.py
   trunk/gnue-common/src/setup/GSetup.py
   trunk/gnue-common/utils/release
Log:
Do not regenerate po files when installing from svn, only regenerate them when
doing a release.


Modified: trunk/gnue-common/setup.py
===================================================================
--- trunk/gnue-common/setup.py  2005-03-07 16:49:25 UTC (rev 7104)
+++ trunk/gnue-common/setup.py  2005-03-07 17:08:09 UTC (rev 7105)
@@ -124,7 +124,7 @@
     # build translations
     if os.path.isdir ('po'):
       print "building translations"
-      if os.system ("cd po && make update-po gmo") != 0:
+      if os.system ("cd po && make gmo") != 0:
         sys.exit (1)
 
   else:

Modified: trunk/gnue-common/src/setup/GSetup.py
===================================================================
--- trunk/gnue-common/src/setup/GSetup.py       2005-03-07 16:49:25 UTC (rev 
7104)
+++ trunk/gnue-common/src/setup/GSetup.py       2005-03-07 17:08:09 UTC (rev 
7105)
@@ -210,7 +210,7 @@
       # build translations
       if os.path.isdir ('po'):
         print "building translations"
-        if os.system ("cd po && make update-po gmo") != 0:
+        if os.system ("cd po && make gmo") != 0:
           sys.exit (1)
 
     else:

Modified: trunk/gnue-common/utils/release
===================================================================
--- trunk/gnue-common/utils/release     2005-03-07 16:49:25 UTC (rev 7104)
+++ trunk/gnue-common/utils/release     2005-03-07 17:08:09 UTC (rev 7105)
@@ -25,6 +25,11 @@
 # Update svn so we don't forget any changes
 svn update
 
+# Update the po files
+# Also generates the gmo files so following commands (e.g. generating manpages)
+# already get the latest translation
+(cd po; make update-po gmo)
+
 # Update tools documentation
 (cd ..; gnue-common/utils/update-tool-docs $package)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]