adding ghc-command.el in cabal.

This commit is contained in:
Kazu Yamamoto
2010-05-12 09:56:09 +09:00
parent 3c48a6017b
commit cf16c62c3a
3 changed files with 5 additions and 4 deletions

View File

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