soft coding: EMACS.

This commit is contained in:
Kazu Yamamoto 2010-01-07 10:50:54 +09:00
parent 5879abe52d
commit dee57710ab

View File

@ -1,9 +1,11 @@
SRCS = ghc.el ghc-func.el ghc-doc.el ghc-comp.el SRCS = ghc.el ghc-func.el ghc-doc.el ghc-comp.el
EMACS = emacs
TEMPFILE = temp.el TEMPFILE = temp.el
all: $(TEMPFILE) ghc.el all: $(TEMPFILE) ghc.el
emacs -batch -q -no-site-file -l ./$(TEMPFILE) -f ghc-compile $(EMACS) -batch -q -no-site-file -l ./$(TEMPFILE) -f ghc-compile
$(TEMPFILE): $(TEMPFILE):
@echo '(setq load-path (cons "." load-path))' >> $(TEMPFILE) @echo '(setq load-path (cons "." load-path))' >> $(TEMPFILE)