pull/1859/head
nick black 3 years ago
parent 63e9282893
commit 06c66c5911
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -24,7 +24,7 @@ git clean -f -d -x
# will surely otherwise go out of date.
sed -i -e "s/\(project(notcurses VERSION \)$OLDVERSION/\1$VERSION/" CMakeLists.txt
sed -i -e "s/\(PROJECT_NUMBER *= \)$OLDVERSION/\1$VERSION/" doc/Doxyfile
for i in doc/man/man*/*.md cffi/notcurses-*.md ; do
for i in doc/man/man*/*.md cffi/notcurses-*.md cffi/ncdirect-*.md; do
sed -i -e "s/% v$OLDVERSION/% v$VERSION/" "$i"
done
sed -i -e "s/v$OLDVERSION/v$VERSION/g" doc/man/index.html

Loading…
Cancel
Save