~sense/nautilus-actions/main

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Pierre Wieser
  • Date: 2017-02-21 16:32:56 UTC
  • Revision ID: git-v1:cbf3def7b400cfe3a6e583c5ed3793e9c6943593
Makefile.am: simplify the distcheck flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
ACLOCAL_AMFLAGS = -I m4
29
29
 
30
30
# src/ must be built before maintainer/
 
31
# docs/ must be built after src/
31
32
SUBDIRS = \
32
33
        data                                                            \
33
 
        docs                                                            \
 
34
        icons                                                           \
34
35
        m4                                                                      \
35
36
        src                                                                     \
 
37
        docs                                                            \
36
38
        maintainer                                                      \
37
 
        icons                                                           \
38
39
        po                                                                      \
39
40
        $(NULL)
40
41
 
41
 
# - nautilus/nemo-extdir are fake directories so that make distcheck
 
42
# - nautilus-extdir is a fake directory so that make distcheck
42
43
#   has a vpath which is prefixed with a make variable, instead of an
43
44
#   hardcoded as returned by pkg-config
44
 
# - do not try to install schemas when making distcheck
45
 
# - do not rebuild FMACT manuals
46
 
# - gtk-doc requires to be enabled when making dist
47
 
# - GNOME_DOC_DEFINES tries to disable scrollkeeper, but the set is
48
 
#   overriden but this one
 
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
49
DISTCHECK_CONFIGURE_FLAGS = \
50
50
        --with-nautilus-extdir='$${libdir}/nautilus/extensions-3.0-distcheck' \
51
 
        --with-nemo-extdir='$${libdir}/nemo/extensions-3.0-distcheck' \
52
 
        --enable-silent-rules                           \
53
51
        --enable-as-needed                                      \
54
 
        --disable-scrollkeeper                          \
55
 
        --disable-schemas-install                       \
56
 
        --enable-deprecated                                     \
57
52
        --enable-gtk-doc                                        \
58
 
        --disable-html-manuals                          \
59
 
        --disable-pdf-manuals                           \
60
53
        $(NULL)
61
54
 
62
55
EXTRA_DIST = \
63
56
        fma_required_versions                           \
64
 
        intltool-extract.in                                     \
65
 
        intltool-merge.in                                       \
66
 
        intltool-update.in                                      \
67
57
        $(NULL)
68
58
 
69
59
DISTCLEANFILES = \
70
 
        intltool-extract                                        \
71
 
        intltool-merge                                          \
72
 
        intltool-update                                         \
73
60
        $(NULL)
74
61
 
75
62
pkgdocdir = $(datarootdir)/doc/@PACKAGE@-@VERSION@
82
69
        ChangeLog-2010                                          \
83
70
        ChangeLog-2011                                          \
84
71
        ChangeLog-2012                                          \
 
72
        ChangeLog-2014                                          \
85
73
        COPYING                                                         \
86
74
        COPYING-DOCS                                            \
87
75
        INSTALL                                                         \