[ticket/10480] Add a build target for changelog building.

PHPBB3-10480
This commit is contained in:
Andreas Fischer 2011-11-28 23:04:17 +01:00
parent 4cf059e38f
commit f351914137

View file

@ -138,6 +138,12 @@
save/save_${prevversion}_to_${newversion}/phpbb-${prevversion}_to_${newversion}_git_diffstat.txt" />
</target>
<target name="changelog" depends="prepare">
<exec dir="build" escape="false"
command="php -f build_changelog.php '${newversion}' >
save/changelog_${newversion}.html" />
</target>
<!--
This target can be called using phingcall to retrieve a clean
checkout of a commit from git. It will only export the phpBB directory.