Code

Minor fixes
[inkscape.git] / build.xml
index 4aad4e4377b383d89acb1cb02a8a1d5c504bf411..d5141970bf69370aa53b42706916ff206ffea1e0 100644 (file)
--- a/build.xml
+++ b/build.xml
   ########################################################################
   -->
   <target name="init"
-      description="Create the build directory structure used by compile">
+      description=
+      "Do all prepatory tasks, like make directories and copy files">
 
 
     <!-- example of the <pkg-config> task
       query can be cflags, libs, or both
       prefix overrides the value of prefix="" in the file
       the result of this entry can be later used as ${gtkmm}
+    -->
+    <!--
     <pkg-config name="gtkmm-2.4" path="${gtk}/lib/pkgconfig"
                 query="both" property="gtkmm" prefix="${gtk}"/>
     -->