~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/script/lr_env.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061102153000-343pa15n0rp58m1b
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
LR_LIBDIR="@libexecdir@/@PACKAGE@"
20
20
LR_MANDIR="@mandir@"
21
21
LR_SYSCONFDIR="@sysconfdir@/@PACKAGE@"
22
 
LR_PLUGINSDIR="@libexecdir@/@PACKAGE@/plugins"
23
22
LR_SCHEMASDIR="@datadir@/@PACKAGE@/schemas"
24
23
LR_REPORTSDIR="@datadir@/@PACKAGE@/reports"
25
24
LR_FILTERSDIR="@datadir@/@PACKAGE@/filters"
26
25
LR_DOCDIR="@datadir@/@PACKAGE@/doc/@PACKAGE@"
 
26
LR_TEMPLATESDIR=@datadir@/templates
 
27
LR_SPECSDIR=@datadir@/config-spec
 
28
LR_PLUGINSDIR=@sysconfdir@/plugins
27
29
EOF
28
30
 
29
31
exit 0
89
91
 
90
92
The directory where documentation is installed.
91
93
 
 
94
=item LR_SPECSDIR
 
95
 
 
96
The path where XML configuration specifications are installed.
 
97
 
 
98
=item LR_TEMPLATESDIR
 
99
 
 
100
The path where XML report templates are installed.
 
101
 
92
102
=item LR_PERL5LIBDIR
93
103
 
94
104
The directory where platform independant perl modules are installed.
95
105
 
96
106
=head1 VERSION
97
107
 
98
 
$Id: lr_env.in,v 1.4 2004/10/02 08:44:52 vanbaal Exp $
 
108
$Id: lr_env.in,v 1.7 2006/07/23 13:16:32 vanbaal Exp $
99
109
 
100
110
=head1 COPYRIGHT
101
111
 
113
123
 
114
124
You should have received a copy of the GNU General Public License
115
125
along with this program (see COPYING); if not, check with
116
 
http://www.gnu.org/copyleft/gpl.html or write to the Free Software
117
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
126
http://www.gnu.org/copyleft/gpl.html.
118
127
 
119
128
=head1 AUTHOR
120
129