Update of /cvsroot/audacity/htdocs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5636

Modified Files:
        Makefile 
Log Message:
Major website update for versions 1.2.5 and 1.3.2, with lots of translation 
updates; will probably require fixes after this checkin.

Index: Makefile
===================================================================
RCS file: /cvsroot/audacity/htdocs/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile    20 Aug 2006 20:08:11 -0000      1.6
+++ Makefile    30 Oct 2006 13:12:24 -0000      1.7
@@ -5,10 +5,6 @@
 
 all: $(MO_FILES)
 
-clean:
-       rm -f $(MO_FILES) $(PO_FILES) $(POT_FILE)
-       rm -f $(PO_FILES:%=%~)
-
 # Build the POT file (message catalog template).
 SOURCES := $(wildcard *.php */*.php)
 XGETTEXT=xgettext
@@ -28,6 +24,7 @@
        cp -f $< $@
        $(MSGMERGE) $(MSGMERGE_ARGS) $@ $(POT_FILE)
        touch $@
+       cp -f $@ $<
 
 # Compile the PO files into MO files.
 MSGFMT=msgfmt
@@ -35,5 +32,3 @@
 
 %.mo: %.po
        $(MSGFMT) $(MSGFMT_ARGS) -o $@ $<
-
-.PHONY: clean all


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to