1 parent 535d1aa commit 55d6e52Copy full SHA for 55d6e52
1 file changed
buildbot.mk
@@ -228,6 +228,7 @@ dist-upload-files.txt sha1sum.txt:
228
> dist-upload-files.txt; \
229
if test "${UPLOAD_RELEASE_NOTES}" = "yes"; then \
230
find . -maxdepth 1 -name 'LiveCodeNotes*.pdf' >> dist-upload-files.txt; \
231
+ find . -maxdepth 1 -name 'LiveCodeNotes*.html' >> dist-upload-file; \
232
fi; \
233
if test "$(UPLOAD_ENABLE_CHECKSUM)" = "yes"; then \
234
$(SHA1SUM) < dist-upload-files.txt > sha1sum.txt; \
0 commit comments