From 49cf89e0976b6f40189d816ff10c0a73f723a3f2 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 19 Feb 2013 15:17:48 -0500 Subject: Install info files for emacs --- emacsen/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacsen/Makefile') diff --git a/emacsen/Makefile b/emacsen/Makefile index 07e764e..134758a 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -57,7 +57,7 @@ install-color-theme-6.6.0: install-magit: -mkdir -p $(EMACSD)/$(@:install-%=%) - $(MAKE) -C $(@:install-%=%) -e PREFIX="" -e DESTDIR=$(shell pwd)/$(@:install-%=%) \ + $(MAKE) -C $(@:install-%=%) -e PREFIX="" -e DESTDIR=$(EMACSD) \ -e SYSCONFDIR="" -e ELISP_INSTALL_DIR=$(EMACSD)/$(@:install-%=%) install install-proofgeneral: @@ -66,6 +66,5 @@ install-proofgeneral: clean-magit: $(MAKE) -C $(@:clean-%=%) clean - rm -fr $(@:clean-%=%)/share .PHONY: all install clean $(CLEANDIRS) -- cgit v1.2.3