projects
/
elisp
/
semi-variants.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7800324
)
* build.xml (dist): Specify "depends".
author
ueno
<ueno>
Mon, 4 Dec 2000 14:17:55 +0000
(14:17 +0000)
committer
ueno
<ueno>
Mon, 4 Dec 2000 14:17:55 +0000
(14:17 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
1b45e16
..
703a3ad
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-10,7
+10,7
@@
<style basedir="${xdocs.dir}" destdir="${build.docs}" style="style/spdf.xsl"
includes="semi-variants.xml"/>
</target>
- <target name="dist">
+ <target name="dist" depends="transform">
<tar tarfile="${build.dir}/semi-variants-docs.tar"
basedir="${build.docs}" includes="*"/>
<gzip src="${build.dir}/semi-variants-docs.tar"