Skip to content

Commit 8baa6cc

Browse files
committed
dist.sh: Allow the caller to provide build-dotnet.html by its own mean
1 parent b9bdfa1 commit 8baa6cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ function src-dist {
155155
cp README.in tmp/srcdist/README
156156
if [ -n "$NO_LINKS" ]; then
157157
touch tmp/srcdist/README
158+
elif [ -f build-dotnet-client.txt ]; then
159+
mv build-dotnet-client.txt tmp/srcdist/README
158160
else
159161
links -dump ${WEB_URL}build-dotnet-client.html >> tmp/srcdist/README
160162
fi

0 commit comments

Comments
 (0)