It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like SCCS, RCS, CVS and Subversion. In other words it lets you grok (profoundly understand) the open source, hence the name OpenGrok. It is written in Java. This is opengrok 0.4
12 lines
279 B
Text
12 lines
279 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/04/08 16:59:41 adrianp Exp $
|
|
|
|
--- run.sh.orig 2007-04-08 16:52:59.000000000 +0100
|
|
+++ run.sh
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-PROGDIR=`dirname $0`
|
|
+PROGDIR=@PREFIX@/share/opengrok
|
|
|
|
# REQUIRED The root of your source tree
|
|
SRC_ROOT=/your/src/tree/
|