README: add deprecation notice
[nautilus-actions.git] / Makefile.am
blob744ea0b3f3bb266f6fff53454e3fcc6eda32ebb4
1 # FileManager-Actions
2 # A file-manager extension which offers configurable context menu actions.
4 # Copyright (C) 2005 The GNOME Foundation
5 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
6 # Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
8 # FileManager-Actions is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation; either version 2 of
11 # the License, or (at your option) any later version.
13 # FileManager-Actions is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with FileManager-Actions; see the file COPYING. If not, see
20 # <http://www.gnu.org/licenses/>.
22 # Authors:
23 #   Frederic Ruaudel <grumz@grumz.net>
24 #   Rodrigo Moya <rodrigo@gnome-db.org>
25 #   Pierre Wieser <pwieser@trychlos.org>
26 #   ... and many others (see AUTHORS)
28 ACLOCAL_AMFLAGS = -I m4
30 # src/ must be built before maintainer/
31 # docs/ must be built after src/
32 SUBDIRS = \
33         data                                                            \
34         icons                                                           \
35         m4                                                                      \
36         src                                                                     \
37         docs                                                            \
38         maintainer                                                      \
39         po                                                                      \
40         $(NULL)
42 # - nautilus-extdir is a fake directory so that make distcheck
43 #   has a vpath which is prefixed with a make variable, instead of an
44 #   hardcoded as returned by pkg-config
45 # - do not try to install schemas when making distcheck (defaults to be disabled)
46 # - do not rebuild fma-config-tool manuals (defaults to be disabled)
47 # - Debian 7 Wheezy requires gtk-doc to be enabled (v1.18)
48 #   while this is no more needed in Fedora 24 (v1.25)
49 DISTCHECK_CONFIGURE_FLAGS = \
50         --with-nautilus-extdir='$${libdir}/nautilus/extensions-3.0-distcheck' \
51         --enable-as-needed                                      \
52         --enable-gtk-doc                                        \
53         $(NULL)
55 EXTRA_DIST = \
56         fma_required_versions                           \
57         $(NULL)
59 DISTCLEANFILES = \
60         $(NULL)
62 pkgdocdir = $(datarootdir)/doc/@PACKAGE@-@VERSION@
64 dist_pkgdoc_DATA = \
65         AUTHORS                                                         \
66         ChangeLog                                                       \
67         ChangeLog-2008                                          \
68         ChangeLog-2009                                          \
69         ChangeLog-2010                                          \
70         ChangeLog-2011                                          \
71         ChangeLog-2012                                          \
72         ChangeLog-2014                                          \
73         COPYING                                                         \
74         COPYING-DOCS                                            \
75         INSTALL                                                         \
76         MAINTAINERS                                                     \
77         NEWS                                                            \
78         README                                                          \
79         README-GCONF                                            \
80         TODO                                                            \
81         $(NULL)
83 uninstall-hook:
84         -\rm -fr $(DESTDIR)$(pkgdocdir)