ca16b80b20
program's regress from its implicit use inside build to an explicit regress target. Bump pkg. Prodded by steven@, help from him & kurt@, "go ahead" steven@.
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-build_xml,v 1.1 2006/12/16 21:16:21 ian Exp $
|
|
--- build.xml.orig Sat Dec 16 13:14:25 2006
|
|
+++ build.xml Sat Dec 16 13:14:48 2006
|
|
@@ -61,7 +61,7 @@
|
|
<!-- - - - - - - - - - - - - - - - - -
|
|
target: docs: format API docs
|
|
- - - - - - - - - - - - - - - - - -->
|
|
- <target name="docs" depends="regress"
|
|
+ <target name="docs" depends="compile"
|
|
description="Format API docs">
|
|
<javadoc sourcepath="${src}" destdir="${build}/docs"
|
|
windowtitle="JeoIP - Lookup IPV4 by country"
|