From d0070835e9cbdc2687ca448c755d8a28d518fba8 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 17 Mar 2017 19:35:45 +0000 Subject: [PATCH] #1279 Test the website and if all's well, we're ready for review. --- website/Checklist.txt | 1 + website/Makefile | 2 +- website/bin/getbuilds.sh | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) 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 ----