# HG changeset patch # User Oleksandr Gavenko # Date 1450225023 -7200 # Node ID d2181407c8bd66893a9ebdbee3a2ff6d57c32978 # Parent d893dc8fe820d736a2cf11c6a99126b2c7127457 In order to byte-compile under Windows install Cygwin Emacs to PATH! diff -r d893dc8fe820 -r d2181407c8bd Makefile --- a/Makefile Sat Dec 12 01:06:07 2015 +0200 +++ b/Makefile Wed Dec 16 02:17:03 2015 +0200 @@ -54,13 +54,8 @@ ################################################################ # Build tool definition/switches. +# In order to byte-compile under Windows install Cygwin Emacs to PATH! EMACS = emacs -# I prefer native Windows Emacs, so use it if available. -ifeq 'windows' '$(host_os)' - ifneq '' '$(call which,runemacs.exe)' - EMACS = runemacs - endif -endif RST2HTML = rst2html ifeq '$(host_os)' 'windows'