diff --git a/dist-gpd.sh b/dist-gpd.sh index 49c239f..4677022 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -18,7 +18,7 @@ file_id=bin/File_ID.Diz sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="bin/geddjg.exe bin/gndjg.exe bin/rddtdjg.exe" -files="${files} docs/copying docs/copying.lib" +files="${files} docs/copying docs/copying.lib golded.bat" 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" diff --git a/dist-gpv.sh b/dist-gpv.sh index 291ab1c..0c62329 100755 --- a/dist-gpv.sh +++ b/dist-gpv.sh @@ -11,7 +11,7 @@ shortname=../gpv${shortdate}.zip sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="Release/bin/gedwin.exe Release/bin/gnwin.exe Release/bin/rddtwin.exe" -files="${files} docs/copying docs/copying.lib" +files="${files} docs/copying docs/copying.lib golded.bat" 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" diff --git a/dist-gpw.sh b/dist-gpw.sh index c05a2b7..a783986 100755 --- a/dist-gpw.sh +++ b/dist-gpw.sh @@ -17,7 +17,7 @@ shortname=../gpw${shortdate}.zip sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="bin/gedcyg.exe bin/gncyg.exe bin/rddtcyg.exe" -files="${files} docs/copying docs/copying.lib" +files="${files} docs/copying docs/copying.lib golded.bat" 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"