Skip to content

Commit 5d34b97

Browse files
author
Nicholas C. Zakas
committed
Moved docs onto GitHub wiki
1 parent 8d1d9ca commit 5d34b97

File tree

5 files changed

+1
-539
lines changed

5 files changed

+1
-539
lines changed

build.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />
88
<property name="npm.dir" value="./npm" />
9-
<property name="docs.dir" value="./docs" />
109
<property name="tests.dir" value="./tests" />
1110

1211
<!-- the directories and files to output to -->
@@ -127,17 +126,6 @@
127126
</concat>
128127
</target>
129128

130-
<!-- build the docs -->
131-
<target name="build.docs">
132-
133-
<delete dir="${build.dir}/docs"/>
134-
<mkdir dir="${build.dir}/docs"/>
135-
136-
<copy todir="${build.dir}/docs">
137-
<fileset dir="${docs.dir}" includes="**/*" />
138-
</copy>
139-
</target>
140-
141129
<!-- build the web worker library -->
142130
<target name="build.worker">
143131
<concat destfile="${build.dir}/${worker.build.file}" fixlastline="true">
@@ -229,6 +217,6 @@
229217
</target>
230218

231219
<!-- Build all files -->
232-
<target name="build.all" depends="clean,build.core,build.worker,build.node,build.tests,build.rhino,build.docs"/>
220+
<target name="build.all" depends="clean,build.core,build.worker,build.node,build.tests,build.rhino"/>
233221

234222
</project>

docs/cli.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

docs/developer-guide.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

docs/ide.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)