(epg--prompt-GET_BOOL-untrusted_key.override): Lookup
[elisp/epg.git] / Makefile.am
index a5cb7bc..7ff5015 100644 (file)
@@ -5,14 +5,17 @@ epa-file.el epa-mail.el epa-setup.el
 
 CLEANFILES = auto-autoloads.el* custom-load.el *.elc
 DISTCLEANFILES = epg-package-info.el
+
+info_TEXINFOS = epa.texi
+
 FLAGS ?= -batch -q -no-site-file
 
-all: elc
+all-local: elc
 
 elc:
        $(EMACS) $(FLAGS) -l COMPILE -f epg-compile
 
-install: elc
+install-data-local: elc
        $(EMACS) $(FLAGS) -l COMPILE -f epg-install $(lispdir) # $(MAKE)
 
 package:
@@ -21,6 +24,7 @@ package:
 install-package: package
        $(XEMACS) $(FLAGS) -l COMPILE -f epg-install-package \
                $(PACKAGEDIR) # $(MAKE)
+       $(MAKE) infodir=$(PACKAGEDIR)/info install
 
 compile-individually:
        @for i in `$(EMACS) $(FLAGS) -l COMPILE -f epg-examine`; do \