web/osl.png: web/osl.pdf Makefile
convert -scale 200x200 $< $@
-web/index.html: oslfsck.1 web/index.html.in INSTALL README QUICK_START
- sed -e '/@README@/,$$d' web/index.html.in > $@
+web/index.html: oslfsck.1 web/header.html web/index.html.in INSTALL README QUICK_START
+ cat web/header.html > $@
+ sed -e '/@README@/,$$d' web/index.html.in >> $@
markdown < README >> $@
sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' web/index.html.in >> $@
markdown < INSTALL >> $@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
- <title>OSL - The object storage layer library</title>
- <link rel="shortcut icon" href="osl.ico">
-</head>
-
-<body>
- <table>
- <tr>
- <td>
- <IMG SRC="osl.png" alt="osl logo">
- </td>
- <td>
- <h1>The lightweight storage library</h1>
- </td>
- </tr>
- </table>
-
- <hr>
-
- [<a href="#readme">README</a>]
- [<a href="#download">Download</a>]
- [<a href="#install">INSTALL</a>]
- [<a href="#quick_start">Quick Start</a>]
- [<a href="api.html">API</a>]
- [<a href="#license">License</a>]
- [<a href="#contact">Contact</a>]
- [<a href="#manpage">man page</a>]
-
- <hr>
-
<center>
<h2>
<a name="readme">README</a>