diff options
author | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 14:28:20 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 14:28:20 +0000 |
commit | 21d33bda4b2f7279ed89925b2748c1f1dce9dc40 (patch) | |
tree | e9ad12b63651aacc9139c3f28a681eafcc4fe6d8 | |
parent | 3e30d0f3adb1d28f0c3167c609b18f3ab99e957c (diff) | |
download | homepage-21d33bda4b2f7279ed89925b2748c1f1dce9dc40.tar.gz homepage-21d33bda4b2f7279ed89925b2748c1f1dce9dc40.tar.bz2 homepage-21d33bda4b2f7279ed89925b2748c1f1dce9dc40.tar.xz |
Add menu.
-rw-r--r-- | developer.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/developer.html b/developer.html index 60be91a..3d25f8a 100644 --- a/developer.html +++ b/developer.html @@ -18,6 +18,11 @@ <div class="hbar"></div> <div class="menu"> + <a href="#getsource">Getting source</a><br> + <a href="#builddepend">Build dependencies</a><br> + <a href="#building">Building data files</a><br> + <a href="#disting">Building tarball</a><br> + <br> <a href="/">spell-norwegian</a><br> </div> @@ -25,14 +30,14 @@ <h1>Build instructions for the Norwegian spell checking system</h1> -<h2>Getting the source</h2> +<a name="getsource"><h2>Getting the source</h2></a> <p>A source tarball is available <a href="https://alioth.debian.org/projects/spell-norwegian/">from alioth</a>, and the latest development version is available from CVS. See the Alioth project page for download instructions.</p> -<h2>Build dependencies</h2> +<a name="builddepend"><h2>Build dependencies</h2></a> <p>The build is using binaries from ispell to generate the list of base words with affixes based on a list of words and frequency @@ -42,7 +47,8 @@ To speed up this build, ssed is used instead of the slow GNU sed.</p> <p>To generate aspell and myspell files, one first need ispell and then aspell or myspell.</p> -<h2>Building and installing the ispell/aspell/myspell data files</h2> +<a name="building"><h2>Building and installing the +ispell/aspell/myspell data files</h2></a> <p>There are four useful 'top level' makefile targets; <tt>words</tt>, <tt>ispell</tt>, <tt>myspell</tt> and <tt>aspell</tt>. Each of these @@ -62,7 +68,7 @@ command: make install-myspell DESTDIR=/some/path </pre></blockquote> -<h2>Building the tarball and distribution files</h2> +<a name="disting"><h2>Building the tarball and distribution files</h2></a> The tarball is generated using the <tt>dist</tt> makefile target. It is best to use the <tt>distcheck</tt> target instead to do a test |