From 1e7f0612ae44442210e193ac800d26fd359d40e7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 8 Aug 2011 22:06:24 +0300 Subject: [PATCH] * update Makefile for mu=>mua --- toys/mua/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/toys/mua/Makefile b/toys/mua/Makefile index 5f7bc075..87b865e1 100644 --- a/toys/mua/Makefile +++ b/toys/mua/Makefile @@ -1,7 +1,6 @@ -VERSION=$(shell git describe --tags --dirty) EMACS=emacs PREFIX=/usr/local -ELS=mu.el mu-common.el mu-view.el mu-headers.el +ELS=mua.el mua-common.el mua-view.el mua-hdrs.el mua-msg.el ELCS=$(ELS:.el=.elc) .PHONY=install @@ -14,7 +13,7 @@ BATCH=$(EMACS) -batch -q -no-site-file -eval \ all: $(ELCS) -docs: mu.infogg +docs: mua.info install_lisp: mkdir -p $(DESTDIR)/$(PREFIX)/share/emacs/site-lisp @@ -28,4 +27,4 @@ install_docs: docs install: install_lisp install_docs clean: - rm -fr mu.info $(ELCS) + rm -fr mua.info $(ELCS)