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

Comparing cfmaps/cfupdate (file contents):
Revision 1.10 by root, Sun Nov 20 08:04:19 2005 UTC vs.
Revision 1.12 by root, Tue Nov 22 17:19:20 2005 UTC

40 export dir 40 export dir
41 cd "./$dir" || exit 68 41 cd "./$dir" || exit 68
42 { 42 {
43 cat >&7 <<-EOF 43 cat >&7 <<-EOF
44 <?xml version='1.0' encoding='utf-8'?> 44 <?xml version='1.0' encoding='utf-8'?>
45 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
46 <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> 45 <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
47 <head> 46 <head>
48 <title>Crossfire Maps Directory "$dir"</title> 47 <title>Crossfire Maps Directory "$dir"</title>
49 <link rel='stylesheet' type='text/css' media='all' href='/common.css'/> 48 <link rel='stylesheet' type='text/css' media='all' href='/common.css'/>
50 </head> 49 </head>
97 gzip -7f index.xhtml 96 gzip -7f index.xhtml
98 ) 97 )
99done 98done
100 99
101<.cfmap2html xargs cfmap2html 100<.cfmap2html xargs cfmap2html
101<.cfmap2html xargs cfmapidx -a
102cfmapidx -c
103mv .index.dat~ .index.dat
104
102rm -f .cfmap2html 105#rm -f .cfmap2html
103 106
104cfarch2html 107cfarch2html
105cfworldmap 108cfworldmap
106 109
107chown -R root.root . 110chown -R root.root .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines