#1279 Test the website and if all's well, we're ready for review.
This commit is contained in:
parent
0051366df4
commit
d0070835e9
@ -32,6 +32,7 @@ Review and update documentation
|
||||
Taglists
|
||||
READMEs
|
||||
Update var/__version__
|
||||
Update var/__manpage__
|
||||
|
||||
v0.26+:
|
||||
make the tags:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 ----
|
||||
|
||||
Loading…
Reference in New Issue
Block a user