Remove useless target
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7909 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
048755bde7
commit
951d9f4486
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
To build the reference docs for a particular language only, use -Dlang="en", for
|
||||
To build the reference docs for a particular language only, use "ant -Dlang=en", for
|
||||
example, and call either lang.all, lang.docpdf, lang.dochtml, or lang.dochtmlsingle
|
||||
for the target of your choice.
|
||||
-->
|
||||
|
@ -42,13 +42,6 @@
|
|||
|
||||
</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…
Reference in New Issue