equal
deleted
inserted
replaced
38 |
38 |
39 host_os = linux |
39 host_os = linux |
40 ifneq '' '$(filter CYGWIN%,$(uname-s))' |
40 ifneq '' '$(filter CYGWIN%,$(uname-s))' |
41 host_os = cygwin |
41 host_os = cygwin |
42 endif |
42 endif |
43 ifeq 'SunOS' '$(uname-s)' |
|
44 host_os = solaris |
|
45 endif |
|
46 |
43 |
47 ################################################################ |
44 ################################################################ |
48 # Build tool definition/switches. |
45 # Build tool definition/switches. |
49 |
46 |
50 INSTALL_DATA := install -m 640 -D |
47 INSTALL_DATA := install -m 640 -D |
51 ifeq '$(host_os)' 'solaris' |
|
52 INSTALL_DATA := ginstall -m 640 -D |
|
53 endif |
|
54 |
48 |
55 RST2HTML = rst2html |
49 RST2HTML = rst2html |
56 ifeq '$(host_os)' 'cygwin' |
50 ifeq '$(host_os)' 'cygwin' |
57 RST2HTML = rst2html.py |
51 RST2HTML = rst2html.py |
58 endif |
52 endif |