#1279 Test the website and if all's well, we're ready for review.

This commit is contained in:
Robin Mills 2017-03-17 19:35:45 +00:00
parent 0051366df4
commit d0070835e9
3 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ Review and update documentation
Taglists
READMEs
Update var/__version__
Update var/__manpage__
v0.26+:
make the tags:

View File

@ -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

View File

@ -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 ----