From 2734a0d5a12c0aefdc3dbfa45672f1a32c4c6743 Mon Sep 17 00:00:00 2001 Message-Id: <2734a0d5a12c0aefdc3dbfa45672f1a32c4c6743.1714691316.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 17 Dec 2007 19:31:29 +0000 Subject: [PATCH] distribution fixes Organization: Straylight/Edgeware From: Richard Kettlewell --- clients/Makefile.am | 2 ++ scripts/Makefile.am | 2 +- scripts/dist | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 293af2d..16f7437 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -83,3 +83,5 @@ check-completions: disorder diff -u ,commands ,completions CLEANFILES=,commands ,completions + +EXTRA_DIST=dump2wav diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 81d022f..fd3a35b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -21,4 +21,4 @@ dist_pkgdata_DATA=completion.bash EXTRA_DIST=htmlman sedfiles.make text2c oggrename make-unidata \ - format-gcov-report + format-gcov-report make-version-string diff --git a/scripts/dist b/scripts/dist index 1855aa8..ec523a4 100755 --- a/scripts/dist +++ b/scripts/dist @@ -29,11 +29,12 @@ cp $d.tar.bz2 $HOME/work/web/disorder cp CHANGES $HOME/work/web/disorder/CHANGES.txt cp README $HOME/work/web/disorder/README.txt cp ChangeLog.d/*--* $HOME/work/web/disorder/ChangeLog.d +bzr log > $HOME/work/web/disorder/ChangeLog.d/bzr-changelog.txt cd doc for f in *.[1-9].html; do echo $f rm -f $HOME/work/web/disorder/$f sed < $f > $HOME/work/web/disorder/$f 's/^@.*//' done -cp doc/plumbing.svg $HOME/work/web/disorder -cp doc/plumbing.png $HOME/work/web/disorder +cp plumbing.svg $HOME/work/web/disorder +cp plumbing.png $HOME/work/web/disorder -- [mdw]