diff --git a/makefile b/makefile index 4480f81..6b4c159 100644 --- a/makefile +++ b/makefile @@ -22,12 +22,13 @@ VERSION = `head yatex.el|awk '/rev\./{print $$4}'` PACKDIR = $(TMPDIR)/yatex$(VERSION) EMACS = mule +INSTALL = install -c all: install: $(EMACS) -batch -e batch-byte-compile $(LISP) - #install -c * $(MYELISPLIB) + #$(INSTALL) * $(MYELISPLIB) package: @-mkdir $(PACKDIR)