comparison doc/commands.txt @ 432:74c51f648466

Started some tests for the new admin interface.
author cmlenz
date Wed, 15 Aug 2007 13:44:49 +0000
parents 9d1631a751f8
children 6718f9a5c1f1
comparison
equal deleted inserted replaced
431:11658e4af0cc 432:74c51f648466
157 Examples 157 Examples
158 -------- 158 --------
159 159
160 .. code-block:: xml 160 .. code-block:: xml
161 161
162 <c:configure enable="threadsafe" cflags="O"/> 162 <c:configure enable="threadsafe" cflags="-O"/>
163 163
164 Runs the `configure` script in the base directory, enable the `threadsafe` 164 Runs the ``configure`` script in the base directory, enable the ``threadsafe``
165 feature, and passing `-O` as `CFLAGS`. This is equivalent to:: 165 feature, and passing ``-O`` as ``CFLAGS``. This is equivalent to::
166 166
167 ./configure --enable-threadsafe CFLAGS="-O" 167 ./configure --enable-threadsafe CFLAGS="-O"
168 168
169 169
170 ------------ 170 ------------
296 296
297 .. code-block:: xml 297 .. code-block:: xml
298 298
299 <java:ant target="compile" /> 299 <java:ant target="compile" />
300 300
301 Executes the target `compile` of the `build.xml` buildfile at the top of the 301 Executes the target ``compile`` of the ``build.xml`` buildfile at the top of the
302 project source directory. 302 project source directory.
303 303
304 304
305 -------------------- 305 --------------------
306 ``<java:cobertura>`` 306 ``<java:cobertura>``
Copyright (C) 2012-2017 Edgewall Software