mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Modify command for building docs directory so that owner.js is included.
This commit is contained in:
parent
4fd8098364
commit
064c8fbcd7
@ -122,7 +122,7 @@ Requires Ant version 1.2 or later
|
||||
<echo message="copy from docs"/>
|
||||
<mkdir dir="${dist.dir}/docs"/>
|
||||
<copy todir="${dist.dir}/docs">
|
||||
<fileset dir="docs" includes="**/*.html,**/*.jpg,**/*.gif" />
|
||||
<fileset dir="docs" includes="**/*.html,**/*.jpg,**/*.gif,**/*.js" />
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user