Update of /cvsroot/audacity/htdocs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10923

Modified Files:
        Makefile 
Log Message:
Add target for "reverting" .po files as CVS doesn't have a proper revert command


Index: Makefile
===================================================================
RCS file: /cvsroot/audacity/htdocs/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile    19 Oct 2008 13:37:14 -0000      1.21
+++ Makefile    11 Nov 2008 22:00:41 -0000      1.22
@@ -30,6 +30,13 @@
 %.mo: %.po
        $(MSGFMT) $(MSGFMT_ARGS) -o $@ $<
 
+# automation of reverting .po files to the CVS versions after translation
+# build has updated them from the .pot files
+.PHONY: revert-po
+revert-po:
+       -rm -f locale/*.po
+       cvs up locale/
+
 # Host / Project configuration
 # ============================
 # Variables in this section configure the project, host etc to use at
@@ -45,6 +52,7 @@
 
 # Internal configuration stuff (applies to all projects)
 # Options to all rsync commands:
+#RSYNCOPTS=-vrchlO --delete-during --rsh=ssh --exclude '*~'
 RSYNCOPTS=-vrchlO --delete-during --rsh=ssh --exclude '*~' --exclude '*.po'
 # -v Verbose mode transfers
 # -r Recursive transfer of whole dir tree


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to