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

Modified Files:
        Makefile 
Log Message:
Would help if the right variables got set in the .inc file


Index: Makefile
===================================================================
RCS file: /cvsroot/audacity/htdocs/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile    20 Feb 2009 21:40:27 -0000      1.24
+++ Makefile    20 Feb 2009 21:53:22 -0000      1.25
@@ -47,10 +47,10 @@
        echo "<?php // This file is auto-generated by the Makefile. Don't edit 
it because the changes will be lost" > $(INC_FILE)
        echo "\$$web_year = $$(date +%Y);" >> $(INC_FILE)
        echo "\$$web_month = $$(date +%m);" >> $(INC_FILE)
-       echo "\$$web_year = $$(date +%d);" >> $(INC_FILE)
+       echo "\$$web_day = $$(date +%d);" >> $(INC_FILE)
        echo "\$$prog_year = $$(date -r $(PROG_POT_FILE) +%Y);" >> $(INC_FILE)
        echo "\$$prog_month = $$(date -r $(PROG_POT_FILE) +%m);" >> $(INC_FILE)
-       echo "\$$prog_year = $$(date -r $(PROG_POT_FILE) +%d);" >> $(INC_FILE)
+       echo "\$$prog_day = $$(date -r $(PROG_POT_FILE) +%d);" >> $(INC_FILE)
        echo "?>" >> $(INC_FILE)
 
 # Update the PO files (translated message catalogs).


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to