From 879540a64c5b2c63e131bf74d91be59b1d53c6b6 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 2 Jan 2022 19:16:11 -0500 Subject: [PATCH] install tfman.1 into doc package --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 2396de1e3..e5672632e 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -75,7 +75,7 @@ rm $TARBALL.asc cd "$BUILDDIR" sudo make install # restrict to files beginning with n* to leave out shared objects -tar czvf notcurses-doc-$VERSION.tar.gz n*.1 n*.3 *.html +tar czvf notcurses-doc-$VERSION.tar.gz n*.1 t*.1 n*.3 *.html github-asset dankamongmen/notcurses upload v$VERSION notcurses-doc-$VERSION.tar.gz cd ../cffi python3 setup.py sdist