Ignore generated files.
[elisp/epg.git] / Makefile.am
index cc1cb93..b31034b 100644 (file)
@@ -1,16 +1,21 @@
 AUTOMAKE_OPTIONS = no-dependencies
 
-EXTRA_DIST = epg.el epa.el epa-dired.el epa-file.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
+
 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: