X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..ddf0e06b99c52ed416f19432be45b71238d0b877:/scripts/dist diff --git a/scripts/dist b/scripts/dist index 5583849..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,13 +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 -# arch-tag:jpK3z3qFK+Sv/8QVvpMUIg +cp plumbing.svg $HOME/work/web/disorder +cp plumbing.png $HOME/work/web/disorder