Skip to content

Commit

Permalink
Rename PDF manual files after they are built
Browse files Browse the repository at this point in the history
  • Loading branch information
lupino3 committed Jun 1, 2013
1 parent f338637 commit badc04a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@
<exec executable="make" failonerror="true" dir="${docs_src_it}">
<arg line="latexpdf"/>
</exec>
<copy file="docs/it/output/latex/EduMIPS64.pdf" tofile="edumips64-${version}-manual-it.pdf"/>
</target>

<target name="pdf_en" depends="init">
<exec executable="make" failonerror="true" dir="${docs_src_en}">
<arg line="latexpdf"/>
</exec>
<copy file="docs/en/output/latex/EduMIPS64.pdf" tofile="edumips64-${version}-manual-en.pdf"/>
</target>

<!-- *** test *** run unit tests-->
Expand Down

0 comments on commit badc04a

Please sign in to comment.