[Lxr-general] just one version?
Brought to you by:
ajlittoz
From: Marcos D. <md...@gr...> - 2002-07-22 17:33:41
|
I'm using lxr to browse two source codes which I just have one version, so I don't need the Version variable. should I anyways set it up to browse that unique version? I'm using 'sourceroot' => '/home/mdione/src/work/fvl/', 'variables' => { 'v' => { 'name' => 'Version', 'range' => [ 'gnue', 'papo' ], 'default' => 'gnue' } }, ... to make it generate the data for gnue and papo, both subdirs of .../fvl but having each one a project on its own. should this be set up in a different way? how? |