mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 23:25:00 +00:00
Add single language generation
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7907 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6de029bf3d
commit
048755bde7
@ -42,6 +42,13 @@
|
||||
|
||||
</target>
|
||||
|
||||
<target name="single.lang"
|
||||
depends="clean"
|
||||
description="Compile documentation for a language and all formats.">
|
||||
<property name="language" value="en"/>
|
||||
<antcall target="lang.all"><param name="lang" value="${language}"/></antcall>
|
||||
</target>
|
||||
|
||||
<target name="all.revdiff"
|
||||
description="Generates a diff report for all translated versions.">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user