From d3bbe4f074c1489331b68d2f32112a77cdd6228f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 19 Feb 2013 15:37:37 -0500 Subject: Add popup so that auto-complete can build --- emacsen/Makefile | 11 ++++++++++- emacsen/popup | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 160000 emacsen/popup (limited to 'emacsen') diff --git a/emacsen/Makefile b/emacsen/Makefile index 134758a..9a3abcf 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -6,6 +6,7 @@ export ELISPDIR SUBDIRS = auto-complete \ auto-indent-mode \ magit \ + popup \ proofgeneral # color-theme-6.6.0 \ @@ -34,12 +35,16 @@ $(CLEANDIRS): $(MAKE) -C $(@:clean-%=%) clean # Manual overrides: -make-auto-indent-mode: +make-auto-indent-mode make-popup: touch $@ clean-auto-indent-mode: echo $@ +make-auto-complete: + $(MAKE) -C $(@:make-%=%) -e EMACS="emacs -L ../popup/" + touch $@ + make-proofgeneral: $(MAKE) -C $(@:make-%=%) compile @@ -60,6 +65,10 @@ install-magit: $(MAKE) -C $(@:install-%=%) -e PREFIX="" -e DESTDIR=$(EMACSD) \ -e SYSCONFDIR="" -e ELISP_INSTALL_DIR=$(EMACSD)/$(@:install-%=%) install +install-popup: + mkdir -p $(EMACSD)/$(@:install-%=%) + install -m 644 $(@:install-%=%)/popup.el $(EMACSD)/$(@:install-%=%)/ + install-proofgeneral: -mkdir -p $(EMACSD)/$(@:install-%=%) $(MAKE) -C $(@:install-%=%) -e ELISP=$(EMACSD)/$(@:install-%=%) install-el install-elc diff --git a/emacsen/popup b/emacsen/popup new file mode 160000 index 0000000..748c109 --- /dev/null +++ b/emacsen/popup @@ -0,0 +1 @@ +Subproject commit 748c109f3f7b5a5bd44472b398154341ccac3132 -- cgit v1.2.3