From 6683ae63d250c1d795952307595107fd7bd0bac8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 12 Jul 2004 15:44:09 +0000 Subject: [PATCH] 2004-07-12 Daniel Silverstone * billie (main): Make the verbatim lists include all the README elements. * docs/README.names: Add billie in (correcting oversight) --- billie | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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): -- 2.39.2