mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
setting property for text/html on all html files
This commit is contained in:
@@ -841,6 +841,10 @@
|
||||
tofile="javadoc/everything/index.html" />
|
||||
-->
|
||||
|
||||
<exec executable="find" dir=".">
|
||||
<arg line="javadoc -name '*.html' -exec svn propset svn:mime-type text/html {} ';'" />
|
||||
</exec>
|
||||
|
||||
</target>
|
||||
|
||||
<!-- no longer necessary because it comes straight from Google Code -->
|
||||
|
||||
Reference in New Issue
Block a user