зеркало из https://github.com/mozilla/pjs.git
42 строки
1.2 KiB
Plaintext
42 строки
1.2 KiB
Plaintext
# Configuration file.
|
|
|
|
# Define typed variable "v", read valueset from file.
|
|
#variable: v, Version, [/usr/local/lxr/source/versions], [/usr/local/lxr/source/defversion]
|
|
variable: v, Version, [/usr/local/src/dawn/mozilla/versions], [/usr/local/src/dawn/mozilla/defversion]
|
|
|
|
# Define typed variable "a". First value is default.
|
|
variable: a, Architecture, (-)
|
|
|
|
# Define the base url for the LXR files.
|
|
baseurl: http://gruntle/jwz/webtools/lxr/mozilla/
|
|
|
|
# These are the templates for the HTML heading, directory listing and
|
|
# footer, respectively.
|
|
htmlhead: ./template-head
|
|
htmltail: ./template-tail
|
|
htmldir: ./template-dir
|
|
|
|
# The source is here.
|
|
#sourceroot: /usr/local/lxr/source/$v/linux/
|
|
sourceroot: /u/jwz/src/mozilla
|
|
srcrootname: mozilla
|
|
|
|
# prepend this to url
|
|
virtroot: /jwz/webtools/lxr
|
|
|
|
# "#include <foo.h>" is mapped to this directory (in the LXR source
|
|
# tree)
|
|
incprefix: /include
|
|
|
|
# The database files go here.
|
|
dbdir: /usr/local/src/dawn/mozilla/
|
|
|
|
# Glimpse can be found here.
|
|
glimpsebin: /usr/local/bin/glimpse
|
|
|
|
# The power of regexps. This is pretty Linux-specific, but quite
|
|
# useful. Tinker with it and see what it does. (How's that for
|
|
# documentation?)
|
|
#map: /include/asm[^\/]*/ /include/asm-$a/
|
|
#map: /arch/[^\/]+/ /arch/$a/
|