X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..0e464e60978139f24c27ad22bd2a89329a06697c:/scripts/dist?ds=sidebyside diff --git a/scripts/dist b/scripts/dist index 3d58b74..14aabdb 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 @@ -26,12 +26,11 @@ make check 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