logo       

cvs: pearweb /cron load-chm.sh: msg#00095

php.pear.core

Subject: cvs: pearweb /cron load-chm.sh

mj Tue Oct 31 09:20:18 2006 UTC

Modified files:
/pearweb/cron load-chm.sh
Log:
* Download the Japanese version of the CHM manual, too.


http://cvs.php.net/viewvc.cgi/pearweb/cron/load-chm.sh?r1=1.1&r2=1.2&diff_format=u
Index: pearweb/cron/load-chm.sh
diff -u pearweb/cron/load-chm.sh:1.1 pearweb/cron/load-chm.sh:1.2
--- pearweb/cron/load-chm.sh:1.1 Mon Oct 30 20:13:46 2006
+++ pearweb/cron/load-chm.sh Tue Oct 31 09:20:17 2006
@@ -3,8 +3,9 @@
cd /var/lib/pear/chm/

/usr/bin/env curl -s
"http://pear.markwiesemann.eu/manual/pear_manual_{de,en,fr}.chm"; -o
"pear_manual_#1.chm.NEW"
+/usr/bin/env curl -s "http://peardoc.m-takagi.org/chm/pear_manual_ja.chm"; -o
"pear_manual_ja.chm.NEW"

-for LANG in de en fr;
+for LANG in de en fr ja;
do
mv "pear_manual_${LANG}.chm.NEW" "pear_manual_${LANG}.chm"
chmod 0644 "pear_manual_${LANG}.chm"

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise