From d082c6689e7dbd59c3e3bd59e7d28fb3b795b07d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 13 Oct 1997 20:08:46 -0700
Subject: [PATCH] doc directory no longer exported

Rev: bin/export.pike:1.8
---
 bin/export.pike | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/export.pike b/bin/export.pike
index 4abd3c24d8..24c5780b0f 100755
--- a/bin/export.pike
+++ b/bin/export.pike
@@ -1,6 +1,6 @@
 #!/usr/local/bin/pike
 
-/* $Id: export.pike,v 1.7 1997/09/09 04:39:43 hubbe Exp $ */
+/* $Id: export.pike,v 1.8 1997/10/14 03:08:46 hubbe Exp $ */
 
 #include <simulate.h>
 
@@ -80,7 +80,6 @@ int main(int argc, string *argv)
 
   files=sum(({ vpath+"/README" }),
 	    get_files(vpath+"/src"),
-	    get_files(vpath+"/doc"),
 	    get_files(vpath+"/lib"),
 	    get_files(vpath+"/bin"));
 
-- 
GitLab