chiark / gitweb /
Rights widgets now automatically recorded
[disorder] / scripts / dist
index 1855aa88553f8a9d19fa0197e9947f696d20a80f..5f9d2fef712302d0eb8f396a7c9efd4257ce1664 100755 (executable)
@@ -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
@@ -28,12 +28,11 @@ d=$(make echo-distdir)
 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
 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