chiark / gitweb /
use dist-hook to ship bzr changelog
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Jul 2007 21:29:37 +0000 (22:29 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Jul 2007 21:29:37 +0000 (22:29 +0100)
Makefile.am
doc/Makefile.am
doc/disorder-speaker.8 [new file with mode: 0644]

index 6328c5ab58d3873cec2f5afe9325c2b5b2e72b7f..5fcfe603ea0c7fcb3056756ab6fe9a1d8cba7ec5 100644 (file)
@@ -22,11 +22,8 @@ EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d      \
 README.upgrades README.client
 SUBDIRS=@subdirs@
 
-ChangeLog.d: ${srcdir}/ChangeLog.d/bzr-changelog
-
-${srcdir}/ChangeLog.d/bzr-changelog:
-       bzr log > ${srcdir}/ChangeLog.d/bzr-changelog.new
-       mv ${srcdir}/ChangeLog.d/bzr-changelog.new ${srcdir}/ChangeLog.d/bzr-changelog
+dist-hook:
+       bzr log > ${distdir}/ChangeLog.d/bzr-changelog
 
 echo-distdir:
        @echo $(distdir)
index d0c0862bac631fb965f718f3b741e9ecd2b9cf5f..cbcdd720f5334255d37c59e1e7d88ece23fa51d6 100644 (file)
@@ -26,7 +26,7 @@ include ${top_srcdir}/scripts/sedfiles.make
 
 man_MANS=disorderd.8 disorder.1 disorder.3 disorder_config.5 disorder-dump.8 \
        disorder_protocol.5 tkdisorder.1 disorder-deadlock.8 \
-       disorder-rescan.8 disobedience.1 disorderfm.1
+       disorder-rescan.8 disobedience.1 disorderfm.1 disorder-speaker.8
 
 HTMLMAN=$(foreach man,$(man_MANS),$(man).html)
 
diff --git a/doc/disorder-speaker.8 b/doc/disorder-speaker.8
new file mode 100644 (file)
index 0000000..a304da4
--- /dev/null
@@ -0,0 +1,31 @@
+.\"
+.\" Copyright (C) 2007 Richard Kettlewell
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+.\" General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+.\" USA
+.\"
+.TH disorder-speaker 8
+.SH NAME
+disorder-speaker \- DisOrder output process
+.SH SYNOPSIS
+.B disorder-speaker
+.SH DESCRIPTION
+.B disorder-speaker
+is used by
+.BR disorderd (8)
+to play digital audio with buffering and avoiding gaps between
+tracks.  It is not intended for direct invocation.
+.SH "SEE ALSO"
+.BR disorderd (8)