Ignore generated files.
[elisp/epg.git] / Makefile.am
index a5cb7bc..b31034b 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: