]> git.decadent.org.uk Git - dak.git/commitdiff
2004-07-12 Daniel Silverstone <dsilvers@digital.org> * billie (main): Make...
authorDaniel Silverstone <dsilvers@debian.org>
Mon, 12 Jul 2004 15:44:09 +0000 (15:44 +0000)
committerDaniel Silverstone <dsilvers@debian.org>
Mon, 12 Jul 2004 15:44:09 +0000 (15:44 +0000)
billie

diff --git a/billie b/billie
index 772eaadc24b7c9f3c1e5d39637cf310a7fbe6d77..8346e066d3c7255a8e4bac955992c03f58f0ffca 100755 (executable)
--- a/billie
+++ b/billie
@@ -2,7 +2,7 @@
 
 # Prepare and maintain partial trees by architecture
 # Copyright (C) 2004  Daniel Silverstone <dsilvers@digital-scurf.org>
-# $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):