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

Comparing cfmaps/cfupdate (file contents):
Revision 1.23 by root, Wed Feb 14 02:51:42 2007 UTC vs.
Revision 1.25 by root, Thu Jun 21 01:09:52 2007 UTC

12# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with gvpe; if not, write to the Free Software 17# along with cfmaps; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20VERSION=1.112 20VERSION=1.112
21 21
22umask 022 22umask 022
118 fi 118 fi
119 #gzip -7f index.xhtml 119 #gzip -7f index.xhtml
120 ) 120 )
121done 121done
122 122
123<.cfmap2html xargs $SRC/cfmap2html 123<.cfmap2html xargs -l50 cfmap2html
124<.cfmap2html xargs $SRC/cfmapidx -a 124<.cfmap2html xargs cfmapidx -a
125mv .index.dat~ .index.dat 125mv .index.dat~ .index.dat
126 126
127#rm -f .cfmap2html 127#rm -f .cfmap2html
128 128
129$SRC/cfarch2html 129cfarch2html
130$SRC/cfworldmap world 130cfworldmap world
131$SRC/cfworldmap world-overlay 131cfworldmap world-overlay
132 132
133chown -R root.root . 133chown -R root.root .
134chmod -R u=rwX,go=rX . 134chmod -R u=rwX,go=rX .
135 135

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines