gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f11a71)
raw | patch | inline | side by side (parent: 3f11a71)
author | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 13:37:54 +0000 (15:37 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 13:37:54 +0000 (15:37 +0200) |
when running the task use mj files in the dir instead of the
obj, since those don't actually have to exist while generating this.
obj, since those don't actually have to exist while generating this.
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 59b015598563bf05fd564870682255e1c6107d39..467aacd9dadc0d5b8fab00843cab37f0be08f23a 100644 (file)
--- a/build.xml
+++ b/build.xml
<!-- output a comparison Latex file and compile it -->
<target name="output-comparison-pdf-single">
- <basename property="file.name" file="${filename}" suffix=".obj"/>
+ <basename property="file.name" file="${filename}" suffix=".mj"/>
<echo append='true' file="${samples.temp.dir}/tex/comparison.tex">
\section{${file.name}}
\begin{paracol}{4}
<foreach param="filename" target="output-comparison-pdf-single" inheritall="true">
<path>
<fileset dir='${samples.temp.dir}'>
- <include name="*.obj"/>
+ <include name="*.mj"/>
</fileset>
</path>
</foreach>