#!/bin/sh # This script is used by feather's cron to update # the Synopsis pages in http://perlcabal.org/syn/ # virtual mem: 1 GB ulimit -v $(( 1 * 10 ** 6 )) # cup-time: 10 min ulimit -t $(( 10 * 60 )) cd ~agentzh/svn-pugs svn up perl util/smartlinks.pl --out-dir ~agentzh/syn --dir t --css perl.css --test-res ~agentzh/smoke.yml --line-anchor perl util/podhtm.pl --url-prefix http://feather.perl6.nl/syn/ --url-postfix .html --index --charset=UTF-8 --out ~agentzh/syn/Differences.html docs/Perl6/Perl5/Differences.pod cd ~agentzh/syn/zh-cn make