From: Daniel Silverstone Date: Mon, 12 Jul 2004 15:44:09 +0000 (+0000) Subject: 2004-07-12 Daniel Silverstone * billie (main): Make... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6683ae63d250c1d795952307595107fd7bd0bac8;p=dak.git 2004-07-12 Daniel Silverstone * billie (main): Make the verbatim lists include all the README elements. * docs/README.names: Add billie in (correcting oversight) --- diff --git a/billie b/billie index 772eaadc..8346e066 100755 --- a/billie +++ b/billie @@ -2,7 +2,7 @@ # Prepare and maintain partial trees by architecture # Copyright (C) 2004 Daniel Silverstone -# $Id: billie,v 1.2 2004-04-12 12:44:06 dsilvers Exp $ +# $Id: billie,v 1.3 2004-07-12 15:44:09 dsilvers Exp $ # 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 @@ -104,16 +104,12 @@ class BillieTarget: ################## verbatim = [ - "/README.html", - "/README.pgp", - "/README.CD-manufacture", - "/README.mirrors.html", - "/README.mirrors.txt", - "/README.non-US", ]; verbprefix = [ "/tools/", + "/README", + "/doc/" ]; def applicable(path, target):