From 47ba29ac51c3e2007f8c53d61c8ca51f160c58ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 29 Nov 1997 21:41:30 -0800
Subject: [PATCH] modified to include ANNOUNCE

Rev: bin/export.pike:1.11
---
 bin/export.pike | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/export.pike b/bin/export.pike
index 543dd3d069..0396a5700f 100755
--- a/bin/export.pike
+++ b/bin/export.pike
@@ -1,6 +1,6 @@
 #!/usr/local/bin/pike
 
-/* $Id: export.pike,v 1.10 1997/11/20 19:28:22 hubbe Exp $ */
+/* $Id: export.pike,v 1.11 1997/11/30 05:41:30 hubbe Exp $ */
 
 #include <simulate.h>
 
@@ -94,7 +94,7 @@ int main(int argc, string *argv)
 
   system("ln -s pike "+vpath);
 
-  files=sum(({ vpath+"/README" }),
+  files=sum(({ vpath+"/README", vpath+"/ANNOUNCE" }),
 	    get_files(vpath+"/src"),
 	    get_files(vpath+"/lib"),
 	    get_files(vpath+"/bin"));
-- 
GitLab