(epg--prompt-GET_BOOL-untrusted_key.override): Lookup
[elisp/epg.git] / Makefile.am
index 09cb909..7ff5015 100644 (file)
@@ -1,16 +1,21 @@
 AUTOMAKE_OPTIONS = no-dependencies
 
-EXTRA_DIST = epg.el epg-file.el pgg-epg.el
+EXTRA_DIST = COMPILE epg-config.el epg.el epa.el epa-dired.el \
+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
 
-CLEANFILES = auto-autoloads.el custom-load.el *.elc
 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:
@@ -19,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 \