From 321bf91ec820130cf5da858e714e4e4d45944936 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 28 Feb 2013 19:48:01 -0500 Subject: Run install-info after emacs --- emacsen/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacsen') diff --git a/emacsen/Makefile b/emacsen/Makefile index f13fb84..d6f859b 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -28,6 +28,8 @@ $(MAKEDIRS): touch $@ install: $(INSTALLDIRS) + install-info $(EMACSD)/share/info/*.info $(EMACSD)/share/info/dir + install-% : make-% $(INSTALLDIRS): -mkdir -p $(EMACSD)/$(@:install-%=%) -- cgit v1.2.3