equal
deleted
inserted
replaced
51 COMPAT_FILE := $(emacsdir)/.emacs-ver |
51 COMPAT_FILE := $(emacsdir)/.emacs-ver |
52 |
52 |
53 ################################################################ |
53 ################################################################ |
54 # Build tool definition/switches. |
54 # Build tool definition/switches. |
55 |
55 |
56 # In order to byte-compile under Windows install Cygwin Emacs to PATH! |
56 # To byte-compile under Windows register Cygwin Emacs to be first in PATH! |
57 EMACS = emacs |
57 EMACS = emacs |
58 |
58 |
59 RST2HTML = rst2html |
59 RST2HTML = rst2html |
60 ifeq '$(host_os)' 'windows' |
60 ifeq '$(host_os)' 'windows' |
61 RST2HTML = rst2html.py |
61 RST2HTML = rst2html.py |