mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files
This commit is contained in:
parent
06054c06f6
commit
e9d2650278
@ -233,8 +233,7 @@
|
||||
<get src="${url}Tabs" dest="tabs.xml" />
|
||||
</target>
|
||||
|
||||
<!--depends="download-docs"-->
|
||||
<target name="docs-process" >
|
||||
<target name="docs-process" depends="docs-download">
|
||||
<property name="docs.dir" value="${ui.dir}/documentation" />
|
||||
<delete dir="${docs.dir}" />
|
||||
<mkdir dir="${docs.dir}" />
|
||||
@ -242,7 +241,9 @@
|
||||
</target>
|
||||
|
||||
<target name="docs-clean">
|
||||
<delete file="*.xml" exclude="build.xml" />
|
||||
<delete>
|
||||
<fileset file="*.xml" excludes="build.xml" />
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user