summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-14 16:20:46 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-14 16:20:46 +0000
commit0a11922d303fd443f6306b3fc23fa71117257fb3 (patch)
tree01e5959939b685c08cf77c542bd3e3587f6c1fcd
parent18406207d374025e4ffb87053858b074b45da2b6 (diff)
update packaging
git-svn-id: file:///home/lennart/svn/public/keyfuzz/trunk@12 e03e4fad-c0d1-0310-aabf-8987f8117c4c
-rw-r--r--Makefile.am8
-rwxr-xr-xbootstrap.sh14
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/README.html.in24
-rw-r--r--doc/style.css15
6 files changed, 33 insertions, 34 deletions
diff --git a/Makefile.am b/Makefile.am
index 9560ab5..6a503c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,11 +30,7 @@ README:
homepage:
test -d $$HOME/homepage/lennart
mkdir -p $$HOME/homepage/lennart/projects/keyfuzz
- cp *.tar.gz $$HOME/homepage/lennart/projects/keyfuzz
- cp man/keyfuzz.8.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/style.css doc/README.html $$HOME/homepage/lennart/projects/keyfuzz
- cp $$HOME/homepage/lennart/projects/keyfuzz/README.html $$HOME/homepage/lennart/projects/keyfuzz/index.html
-
-distcleancheck:
- @:
+ cp keyfuzz-@PACKAGE_VERSION@.tar.gz man/keyfuzz.8.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/style.css doc/README.html $$HOME/homepage/lennart/projects/keyfuzz
+ ln -sf README.html $$HOME/homepage/lennart/projects/keyfuzz/index.html
.PHONY: homepage distcleancheck
diff --git a/bootstrap.sh b/bootstrap.sh
index 7eb124b..bf46ece 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -17,6 +17,8 @@
# along with keyfuzz; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+VERSION="1.9"
+
run_versioned() {
local P
type -p "$1-$2" &> /dev/null && P="$1-$2" || local P="$1"
@@ -24,22 +26,22 @@ run_versioned() {
shift 2
"$P" "$@"
}
+
+set -ex
if [ "x$1" = "xam" ] ; then
- set -ex
- run_versioned automake 1.7 -a -c
+ run_versioned automake "$VERSION" -a -c --foreign
./config.status
else
- set -ex
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal 1.7
+ run_versioned aclocal "$VERSION"
autoheader
- run_versioned automake 1.7 -a -c
+ run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
- ./configure --sysconfdir=/etc "$@"
+ CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc "$@"
make clean
fi
diff --git a/configure.ac b/configure.ac
index 9348d98..1d9d228 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
AC_INIT([keyfuzz],[0.2],[mzxrlshmm (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/keyfuzz.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign -Wall])
+AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/keyfuzz/])
@@ -39,7 +39,7 @@ AC_PROG_MAKE_SET
# If using GCC specifiy some additional parameters
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -pipe -Wall"
+ CFLAGS="$CFLAGS -pipe -Wall -W -pedantic"
fi
# Checks for header files.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cd2c0e9..7ec8318 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ CLEANFILES += README
endif
tidy: README.html
- tidy -e < README.html
+ tidy -qe < README.html ; true
.PHONY: tidy
diff --git a/doc/README.html.in b/doc/README.html.in
index 6795046..2f4da8b 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">keyfuzz @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004-2006 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,9 +42,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Tue Jan 14 2006: </div>
+
+<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.2.tar.gz">Version 0.2</a> released, include more keyfuzz definition files.</p>
+
<div class="news-date">Sun Jan 25 2004: </div>
-<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.1.tar.gz">Version 0.1</a> released, initial release.</b></p>
+<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.1.tar.gz">Version 0.1</a> released, initial release.</p>
<h2><a name="overview">Overview</a></h2>
@@ -61,11 +65,11 @@ directly with XFree86. However, newer releases of the latter (4.1 and
above) rely on the Linux input API, so they take advantage of the
fixed translation tables.</p>
-<p>The distribution includes a scancode table for the Medion 9580F
-laptop, which maps the four special keys to XFree86 compatible
-keycodes.</p>
+<p>The distribution includes scancode tables for <a
+href="http://0pointer.de/lennart/aldi/">Medion 9580F</a> and <a
+href="http://0pointer.de/lennart/tchibo.html">MSI S270</a> laptops. Feel free to send me scancodes table, I will integrate them into my package!</p>
-<h2><a name="status">Status</a></h2>
+<h2><a name="status">Current Status</a></h2>
<p>Version @PACKAGE_VERSION@ is more or less stable and feature complete.</p>
@@ -150,12 +154,16 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>The current release is <a href="@PACKAGE_URL@keyfuzz-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>keyfuzz</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/keyfuzz/">repository</a>.</p>
+<p>Get <tt>keyfuzz</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://0pointer.de/keyfuzz">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=keyfuzz">viewcvs</a>): </p>
+
+<pre>svn checkout svn://0pointer.de/keyfuzz/trunk keyfuzz</pre>
+
+<p>You may find an up to date Debian package of <tt>keyfuzz</tt> in my own <a href="http://0pointer.de/debian/">Debian package repository</a>.</p>
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/keyfuzz/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2006</address>
<div class="grey"><i>$Id$</i></div>
diff --git a/doc/style.css b/doc/style.css
index 997129d..dfe6346 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -18,15 +18,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
-p { margin-left: 0.5cm; margin-right: 0.5cm; }
-div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
-p.news-text { margin-left: 1cm; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
-pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
-.grey { color: #afafaf; }
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }