[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15496: Add a target for updating mirrors. (website/trunk)
Author: ioerror
Date: 2008-06-27 06:34:15 -0400 (Fri, 27 Jun 2008)
New Revision: 15496
Modified:
website/trunk/Makefile
Log:
Add a target for updating mirrors.
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2008-06-27 10:29:03 UTC (rev 15495)
+++ website/trunk/Makefile 2008-06-27 10:34:15 UTC (rev 15496)
@@ -28,6 +28,8 @@
$(MAKE) -C "$@" WMLBASE=..
projects:
$(MAKE) -C "$@" WMLBASE=..
+mirrors:
+ ./update-mirrors.pl
# XXX: this also depends on all subs' wmlfiles. How to fix?
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)