diff --git a/website/Checklist.txt b/website/Checklist.txt index 7fb151fb..30fe7b50 100644 --- a/website/Checklist.txt +++ b/website/Checklist.txt @@ -32,6 +32,7 @@ Review and update documentation Taglists READMEs Update var/__version__ + Update var/__manpage__ v0.26+: make the tags: diff --git a/website/Makefile b/website/Makefile index bb7c7794..f968f180 100644 --- a/website/Makefile +++ b/website/Makefile @@ -101,7 +101,7 @@ SCHEMA = dc \ all: html doc .PHONY: html doc news clean update \ - update-manpage update-intro update-sample update-conversion update-changelog update-tags update-makernotes \ + update-intro update-sample update-conversion update-changelog update-tags update-makernotes \ publish really-publish html: news diff --git a/website/bin/getbuilds.sh b/website/bin/getbuilds.sh index 099a2400..d84933ce 100755 --- a/website/bin/getbuilds.sh +++ b/website/bin/getbuilds.sh @@ -21,9 +21,10 @@ for build in $builds; do done plat=trunk +orig=exiv2-trunk.tar.gz plat="exiv2-$version-$plat.tar.gz" -if [ -e $plat ]; then - cp $plat $dest +if [ -e $orig ]; then + cp $orig $dest/$plat fi echo ---- $dest ----