From: Richard Kettlewell Date: Sun, 1 Jul 2007 21:29:37 +0000 (+0100) Subject: use dist-hook to ship bzr changelog X-Git-Tag: debian-1_5_99dev8~299 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/d65719d4a795f3a1e964d0139af698a80d8cb92b use dist-hook to ship bzr changelog --- diff --git a/Makefile.am b/Makefile.am index 6328c5a..5fcfe60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/doc/Makefile.am b/doc/Makefile.am index d0c0862..cbcdd72 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 index 0000000..a304da4 --- /dev/null +++ b/doc/disorder-speaker.8 @@ -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)