summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--doc/README.html.in11
2 files changed, 14 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 98ff05b..5c80a11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,3 +40,10 @@ fedora-snapshot: dist
.PHONY: homepage
+
+dist-hook:
+ if test -d .svn ; then \
+ svn update ; \
+ chmod u+w ${distdir}/ChangeLog || true ; \
+ svn2cl -o ${distdir}/ChangeLog ; \
+ fi
diff --git a/doc/README.html.in b/doc/README.html.in
index a40aee7..5e0c72f 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">PulseAudio Manager @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2004-2006 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004-2007 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,6 +42,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Tue Oct 30 2007: </div> <p class="news-text"><a
+href="@PACKAGE_URL@paman-0.9.4.tar.gz">Version 0.9.4</a> released; changes include: minor changes</p>
+
<div class="news-date">Sat Aug 26 2006: </div> <p class="news-text"><a
href="@PACKAGE_URL@paman-0.9.3.tar.gz">Version 0.9.3</a> released; changes include: update for <a href="http://pulseaudio.org/">PulseAudio 0.9.5</a></p>
@@ -88,7 +91,7 @@ href="http://0pointer.de/lennart/projects/pulseaudio/">PulseAudio sound server</
PulseAudio's internals. There is support for changing volume of sinks
and sink outputs. You're able to play samples from the sample
cache.</p>
-
+
<h2><a name="documentation">Documentation</a></h2>
<p>There is not much to say. Just run <tt>paman</tt> and see yourself.</p>
@@ -107,7 +110,7 @@ source code configuration.</p>
<p>Obviously <tt>paman</tt> requires an installation of <a href="http://pulseaudio.org/">PulseAudio</a> (version 0.9.5).</p>
<p>If you want to have the "Volume Meter" buttons working, your need to install <a href="http://0pointer.de/lennart/projects/pavumeter/">pavumeter</a>.</p>
-
+
<h2><a name="installation">Installation</a></h2>
<p>As this package is made with the GNU autotools you should run
@@ -133,7 +136,7 @@ compilation and <tt>make install</tt> (as root) for installation of
<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/paman/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, Aug 2006</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2007</address>
<div class="grey"><i>$Id$</i></div>
</body>