summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2015-12-07 23:05:26 +0100
committerFelix Mulder <felix.mulder@gmail.com>2015-12-22 20:51:17 +0100
commit260661d16afe2266aecf9980476e386003cd50d1 (patch)
treec3d2bedcf3855b801ae8d33ec408b270a4973534 /build.xml
parentda3720e55b3d69cc31ab0f26e6cffafb18da360f (diff)
downloadscala-260661d16afe2266aecf9980476e386003cd50d1.tar.gz
scala-260661d16afe2266aecf9980476e386003cd50d1.tar.bz2
scala-260661d16afe2266aecf9980476e386003cd50d1.zip
add new look to scaladoc
This commit adds a new look to scaladoc without changing its behaviour. Features in this commit: - New scaladoc look - SVG icons instead of png for HiDPI displays - Better layout of existing features - Better title-bar colors for each entity type: trait, object, class
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d5b88fabb5..0a41870b21 100644
--- a/build.xml
+++ b/build.xml
@@ -996,6 +996,10 @@ TODO:
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.txt"/>
+ <include name="**/*.eot"/>
+ <include name="**/*.ttf"/>
+ <include name="**/*.woff"/>
+ <include name="**/*.svg"/>
</patternset>
<taskdef resource="scala/tools/ant/sabbus/antlib.xml" classpathref="starr.compiler.path"/>
@@ -1662,6 +1666,10 @@ TODO:
<include name="**/*.css"/>
<include name="**/*.gif"/>
<include name="**/*.png"/>
+ <include name="**/*.eot"/>
+ <include name="**/*.ttf"/>
+ <include name="**/*.woff"/>
+ <include name="**/*.svg"/>
</fileset>
</copy>
</target>