#1279 Almost done!

v0.27.3
Robin Mills 8 years ago
parent 2175fdf059
commit 8b90afa94e

@ -1,6 +1,6 @@
# ***************************************************** -*- Makefile -*-
#
# Copyright (C) 2004-2015 Andreas Huggel <ahuggel@gmx.net>
# Copyright (C) 2004-2017 Andreas Huggel <ahuggel@gmx.net>
#
# This Makefile is part of the Exiv2 distribution.
#

@ -1,6 +1,6 @@
# ************************************************************* -*- Makefile -*-
#
# Copyright (C) 2004-2015 Andreas Huggel <ahuggel@gmx.net>
# Copyright (C) 2004-2017 Andreas Huggel <ahuggel@gmx.net>
#
# This Makefile is part of the Exiv2 distribution.
#

@ -81,7 +81,7 @@
- <a href="tags-xmp-digiKam.html">digiKam schema</a>
- <a href="tags-xmp-kipi.html">KDE Image Program Interface schema</a>
- <a href="tags-xmp-GPano.html">GPano schema</a>
- <a href="tags-xmp-lr.html"><span>lightroom schema</a>
- <a href="tags-xmp-lr.html">lightroom schema</a>
- <a href="tags-xmp-MP.html">Microsoft Photo 1.2 schema</a>
- <a href="tags-xmp-MPRI.html">Microsoft Photo RegionInfo schema</a>
- <a href="tags-xmp-MPReg.html">Microsoft Photo Region schema</a>
@ -108,7 +108,7 @@
@section license License
<P>Copyright (C) 2004-2015 Andreas Huggel <ahuggel@gmx.net></P>
<P>Copyright (C) 2004-2017 Andreas Huggel <ahuggel@gmx.net></P>
<P>%Exiv2 is free software; you can redistribute it and/or modify it under the
terms of the <a href="gpl-license.html">GNU General Public License</a> as

@ -33,15 +33,26 @@ Review and update documentation
READMEs
Update var/__version__
v0.26+: Get the release ready by inspecting the logs from the buildserver.
v0.26+:
make the tags:
$ cd doc
$ make tags
$ make
create trunk bundle:
$ cd website
$ rm -rf *trunk*
$ bin/exiv2-buildrelease.sh trunk
inspect the logs from the buildserver
copy builds from buildserver to html/builds
bin/getbuilds.sh
$ cd website
$ bin/getbuilds.sh
Get the Website ready:
$ make # This does NOT run bin/getbuilds.sh
$ cd website
$ make # This does NOT run bin/getbuilds.sh NOR bin/exiv2-buildrelease.sh NOR make tags
$ open html/index.html
#v0.25 Create packages (bin/exiv2-buildrelease.sh # bin/exiv2-buildwinexe.sh)
#v0.25 Create packages (bin/exiv2-buildrelease.sh ; bin/exiv2-buildwinexe.sh)
Tag release (bin/exiv2-tagrelease.sh)
Publish webpages and packages locally (make publish)

Loading…
Cancel
Save