mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
release.sh: build the documentation tarball in the root
This commit is contained in:
parent
fb02ba185f
commit
e11dfe7f54
@ -71,16 +71,16 @@ echo "Cut $VERSION, signed to $TARBALL.asc"
|
|||||||
echo "Now uploadling the sig to https://github.com/dankamongmen/notcurses/releases"
|
echo "Now uploadling the sig to https://github.com/dankamongmen/notcurses/releases"
|
||||||
echo "The bastards are trying to immanentize the Eschaton"
|
echo "The bastards are trying to immanentize the Eschaton"
|
||||||
|
|
||||||
|
# restrict to files beginning with n* to leave out shared objects
|
||||||
|
tar czvf notcurses-doc-$VERSION.tar.gz -C "$BUILDDIR" n*.1 t*.1 n*.3 *.html
|
||||||
# requires token in ~/.netrc
|
# requires token in ~/.netrc
|
||||||
|
gh release create v$VERSION --title "v$VERSION—$QUIP" $TARBALL.asc notcurses-doc-$VERSION.tar.gz
|
||||||
|
rm $TARBALL.asc notcurses-doc-$VERSION.tar.gz
|
||||||
|
|
||||||
|
# install the build for python, then uninstall it. gross; we ought do better FIXME.
|
||||||
cd "$BUILDDIR"
|
cd "$BUILDDIR"
|
||||||
sudo make install
|
sudo make install
|
||||||
# restrict to files beginning with n* to leave out shared objects
|
cd ../cffi
|
||||||
tar czvf notcurses-doc-$VERSION.tar.gz n*.1 t*.1 n*.3 *.html
|
|
||||||
gh release create v$VERSION --title "v$VERSION—$QUIP" $TARBALL.asc notcurses-doc-$VERSION.tar.gz
|
|
||||||
cd ..
|
|
||||||
rm $TARBALL.asc
|
|
||||||
|
|
||||||
cd cffi
|
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
twine upload -s -udankamongmen dist/*
|
twine upload -s -udankamongmen dist/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user