Makefile
changeset 1659 f91903c43e29
parent 1658 c0fc238c6755
child 1661 e4711ae3529f
equal deleted inserted replaced
1658:c0fc238c6755 1659:f91903c43e29
    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