diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-08-09 09:27:59 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-08-09 09:27:59 +0000 |
| commit | d6546e709ef32579bfd6cc7ce2dbbbb97f64602e (patch) | |
| tree | 7f87dabe7d2b6c280a52044b1fb30c063351a966 /build.xml | |
| parent | Snap to intersections of any kind of path (were we previously only could snap... (diff) | |
| download | inkscape-d6546e709ef32579bfd6cc7ce2dbbbb97f64602e.tar.gz inkscape-d6546e709ef32579bfd6cc7ce2dbbbb97f64602e.zip | |
Small change to build.xml to not create the build directory twice (does no harm, but isn't needed either)
(bzr r6598)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,13 +89,13 @@ <mkdir dir="${build}/java"/> <mkdir dir="${build}/java/classes"/> <mkdir dir="${build}/java/lib"/> - - <mkdir dir="${build}"/> <mkdir dir="${dist}"/> + <copy file="${src}/helper/sp-marshal.h.mingw" tofile="${src}/helper/sp-marshal.h"/> <copy file="${src}/helper/sp-marshal.cpp.mingw" tofile="${src}/helper/sp-marshal.cpp"/> + <makefile file="inkscape_version.h"> #define INKSCAPE_VERSION "${version}" </makefile> |
