OSDN Git Service

se enter the commit message for your changes. Lines starting
[linuxjm/jm.git] / JM.rules
1 #
2 # Rule file for JM build procs.
3 #
4
5 #
6 # modify these to fit your env.
7 #
8 JMHOME=/home/groups/l/li/linuxjm
9 ROOT=$(JMHOME)
10 WWWROOT=$(ROOT)/htdocs
11 CGIROOT=$(ROOT)/cgi-bin
12 TMPDIR=$(ROOT)/tmp
13 NMZIDX=/var/lib/namazu/index/JM
14 #
15 # for rpm 3.0, you must write this dir in ~/.rpmmacros
16 # such that "%_topdir (RPMROOT)";
17 #
18 RPMROOT=$(TMPDIR)/RPM
19
20 #
21 # used as an absolute link in cgi scripts
22 #
23 URLROOT=http://linuxjm.sourceforge.jp
24
25 #
26 # commands
27 #
28 RSYNC=/usr/bin/rsync
29 MAN2HTML=$(JMHOME)/bin/man2html
30 MKNMZ=/usr/bin/mknmz
31 RPM=rpm
32 RPMB=rpmbuild
33 POD2HTML=/usr/bin/pod2html
34 POD2MAN=/usr/bin/pod2man
35
36 #
37 # subdirs
38 #
39 WWWROFF=$(WWWROOT)/manual
40 WWWPOD=$(WWWROOT)/pod
41 WWWHTML=$(WWWROOT)/html
42
43 URLHTML=$(URLROOT)/html
44