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

Comparing cfmaps/cfmap2html (file contents):
Revision 1.21 by root, Wed Nov 23 09:07:21 2005 UTC vs.
Revision 1.22 by root, Mon Dec 26 12:15:11 2005 UTC

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 gvpe; 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
20our $VERSION = '1.21'; 20our $VERSION = '1.211';
21 21
22use Storable; 22use Storable;
23 23
24my $LIBDIR = $ENV{CROSSFIRE_LIBDIR} 24my $LIBDIR = $ENV{CROSSFIRE_LIBDIR}
25 or die "\$CROSSFIRE_LIBDIR must be set\n"; 25 or die "\$CROSSFIRE_LIBDIR must be set\n";
175 } 175 }
176 } 176 }
177 print "</tr>"; 177 print "</tr>";
178 } 178 }
179 179
180 print "</table><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfmap2html</a> version $VERSION</p>", 180 print "</table><p class='footer'>created by <a href='http://software.schmorp.de/pkg/crossfire'>cfmap2html</a> version $VERSION</p>",
181 "<p class='enlarge'/></body></html>"; 181 "<p class='enlarge'/></body></html>";
182 182
183 close $fh; 183 close $fh;
184 184
185 #system "gzip", "-7f", "$path.xhtml"; 185 #system "gzip", "-7f", "$path.xhtml";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines