~ubuntu-branches/ubuntu/quantal/maildir-utils/quantal

« back to all changes in this revision

Viewing changes to emacs/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-03-15 08:45:56 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120315084556-vqdvw8sgodo24aji
Tags: 0.9.8.2-1
* several new upstream versions
* b-d on libgmime-2.6-dev (Closes: #664001, #664006)
* bump standards version to 3.9.3, no changes necessary
* switch to source format 3.0 (quilt): debian/control, debian/rules
* maildir-utils depends on dpkg/install-info (lintian warning)
* fix man page lintian warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Copyright (C) 2008-2012 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
 
2
##
 
3
## This program is free software; you can redistribute it and/or modify
 
4
## it under the terms of the GNU General Public License as published by
 
5
## the Free Software Foundation; either version 3 of the License, or
 
6
## (at your option) any later version.
 
7
##
 
8
## This program is distributed in the hope that it will be useful,
 
9
## but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
## GNU General Public License for more details.
 
12
##
 
13
## You should have received a copy of the GNU General Public License
 
14
## along with this program; if not, write to the Free Software Foundation,
 
15
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
16
 
 
17
include $(top_srcdir)/gtest.mk
 
18
 
 
19
SUBDIRS=
 
20
 
 
21
BUILT_SOURCES=mu4e-version.el
 
22
 
 
23
mu4e-version.el: $(top_srcdir)/configure.ac
 
24
        @echo -e ";; auto-generated\n\
 
25
(defconst mu4e-mu-version \"$(VERSION)\" \"Required mu binary version.\")\n\
 
26
(provide 'mu4e-version)\n" >$@
 
27
 
 
28
info_TEXINFOS=mu4e.texi
 
29
mu4e_TEXINFOS=fdl.texi
 
30
 
 
31
elispdir= ${prefix}/share/emacs/site-lisp/mu4e/
 
32
elisp_DATA=                     \
 
33
        mu4e.el                 \
 
34
        mu4e-hdrs.el            \
 
35
        mu4e-view.el            \
 
36
        mu4e-proc.el            \
 
37
        mu4e-main.el            \
 
38
        mu4e-send.el            \
 
39
        mu4e-version.el         \
 
40
        org-mu4e.el
 
41
 
 
42
EXTRA_DIST=$(elisp_DATA)