* Makefile.ams for guile/emacs: fix make dist
This commit is contained in:
@ -36,3 +36,5 @@ elisp_DATA= \
|
|||||||
mu4e-proc.el \
|
mu4e-proc.el \
|
||||||
mu4e-send.el \
|
mu4e-send.el \
|
||||||
mu4e-version.el
|
mu4e-version.el
|
||||||
|
|
||||||
|
EXTRA_DIST=$(elisp_DATA)
|
||||||
|
|||||||
@ -67,5 +67,5 @@ MKDEP = $(CC) -M -MG $(snarfcppopts)
|
|||||||
|
|
||||||
DISTCLEANFILES=$(XFILES)
|
DISTCLEANFILES=$(XFILES)
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST=$(module_DATA)
|
||||||
mu.scm
|
|
||||||
|
|||||||
@ -22,5 +22,6 @@ module_DATA= \
|
|||||||
msg.scm \
|
msg.scm \
|
||||||
contact.scm
|
contact.scm
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST=$(module_DATA)
|
||||||
README
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user