ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfupdate
(Generate patch)

Comparing cfmaps/cfupdate (file contents):
Revision 1.33 by root, Thu Oct 22 03:02:00 2009 UTC vs.
Revision 1.35 by root, Thu Oct 22 03:06:03 2009 UTC

128 #gzip -7f index.xhtml 128 #gzip -7f index.xhtml
129 ) 129 )
130done 130done
131 131
132for dir in *; do 132for dir in *; do
133 if [ -e "$dir/$dir\_123_107.map" ]; then 133 if [ -e "$dir/${dir}_123_107.map" ]; then
134 echo "worldmap $dir"
135 cfworldmap "$dir" 134 cfworldmap "$dir"
136 fi 135 fi
137done 136done
138 137
139cfarch2html 138cfarch2html
140 139
141rm -f .index.dat~ 140rm -f .index.dat~
142<.cfmap2html xargs -l100 -P16 cfmap2html 141<.cfmap2html xargs -l50 cfmap2html
143<.cfmap2html xargs cfmapidx -a 142<.cfmap2html xargs cfmapidx -a
144mv .index.dat~ .index.dat 143mv .index.dat~ .index.dat
145 144
146#rm -f .cfmap2html 145#rm -f .cfmap2html
147 146

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines