From 78ce858b3821ce90d0f9e49ad27c9e9b5e8387a2 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 1 Jan 2007 21:21:53 +0000 Subject: [PATCH] Add required libraries list --- dist-gpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-gpl.sh b/dist-gpl.sh index afd2331..d97e259 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -18,7 +18,7 @@ fi sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h bines="bin/gedlnx bin/gnlnx bin/rddtlnx" -files="${bines} docs/copying docs/copying.lib" +files="${bines} docs/copying docs/copying.lib bin/requirements.txt" files="${files} docs/golded.html docs/golded.txt docs/goldnode.html" files="${files} docs/goldnode.txt docs/license.txt docs/notework.txt" files="${files} docs/rddt.html docs/rddt.txt docs/readme.txt"