Skip to content

Commit

Permalink
Ant target 'release-notes' uses .md extension
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 21, 2012
1 parent ed01efa commit c09de4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<property name="basename" value="doc/ReleaseNotes${version-base}" />
<exec executable="perl" failonerror="true">
<arg file="build/Markdown.pl"/>
<arg file="${basename}.txt"/>
<arg file="${basename}.md"/>
<redirector output="${basename}.html" />
</exec>
</target>
Expand Down

0 comments on commit c09de4d

Please sign in to comment.