X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..d8b957853160200fe6b00d8c0e8c61a3f62ecd7c:/scripts/dist diff --git a/scripts/dist b/scripts/dist index 3d58b74..92bbf72 100755 --- a/scripts/dist +++ b/scripts/dist @@ -1,7 +1,7 @@ #! /bin/bash # # This file is part of DisOrder -# Copyright (C) 2005, 2006 Richard Kettlewell +# Copyright (C) 2005-2008 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 @@ -22,16 +22,15 @@ set -e [ -d =build ] && cd =build make -make check +make distcheck make dist-bzip2 d=$(make echo-distdir) cp $d.tar.bz2 $HOME/work/web/disorder -cp .src/CHANGES $HOME/work/web/disorder/CHANGES.txt -cp .src/README $HOME/work/web/disorder/README.txt -cp .src/ChangeLog.d/*--* $HOME/work/web/disorder/ChangeLog.d 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 plumbing.svg $HOME/work/web/disorder +cp plumbing.png $HOME/work/web/disorder