Avoid "make distcheck" failure: newly-created man/*.1 files not removed
[platform/upstream/coreutils.git] / Makefile.am
1 # Make coreutils.                                       -*-Makefile-*-
2
3 # Copyright (C) 1990, 1993-2008 Free Software Foundation, Inc.
4
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 SUBDIRS = lib src doc man po tests gnulib-tests
19 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
20   .prev-version THANKS-to-translators THANKStt.in \
21   .version \
22   .vg-suppressions \
23   .x-po-check \
24   .x-sc_GPL_version \
25   .x-sc_file_system .x-sc_obsolete_symbols \
26   .x-sc_prohibit_atoi_atof \
27   .x-sc_prohibit_strcmp \
28   .x-sc_require_config_h \
29   .x-sc_space_tab .x-sc_sun_os_names \
30   .x-sc_trailing_blank \
31   .x-sc_unmarked_diagnostics \
32   .x-sc_useless_cpp_parens \
33   ChangeLog-2005 \
34   bootstrap \
35   bootstrap.conf \
36   build-aux/cvsu \
37   build-aux/git-version-gen \
38   build-aux/vc-list-files \
39   gl/modules/getloadavg.diff \
40   m4/ChangeLog \
41   old/fileutils/ChangeLog \
42   old/fileutils/ChangeLog-1997 \
43   old/fileutils/NEWS \
44   old/sh-utils/ChangeLog \
45   old/sh-utils/ChangeLog.0 \
46   old/sh-utils/NEWS \
47   old/textutils/ChangeLog \
48   old/textutils/NEWS
49
50 install-root:
51         cd src && $(MAKE) $@
52
53 ACLOCAL_AMFLAGS = -I m4
54
55 # Some tests always need root privileges, others need them only sometimes.
56 check-root:
57         cd tests && $(MAKE) $@
58
59 # Just prior to distribution, ...
60 # transform the automake-generated rule that runs `rm -f rm'.
61 # On some systems, that command would fail with a diagnostic like
62 # `rm: cannot unlink `rm': Text file busy' when `.' appears so early
63 # in the shell's search path that running `rm' would run the `rm'
64 # executable in the current directory.
65 # Similarly, adjust the clean-binPROGRAMS rule.
66 rm_subst = \
67   s!(rm -f (rm\b|\$$\(bin_PROGRAMS\)$$))!$$1 > /dev/null 2>&1 || /bin/$$1!
68
69 .version:
70         echo $(VERSION) > $@-t && mv $@-t $@
71
72 # The perl substitution is to change some key uses of "rm" to "/bin/rm".
73 # See the rm_subst comment for details.
74 dist-hook:
75         perl -pi -e '$(rm_subst)' $(distdir)/src/Makefile.in
76
77 distcheck-hook:
78         $(MAKE) my-distcheck
79
80 DISTCLEANFILES = VERSION
81 MAINTAINERCLEANFILES = THANKS-to-translators
82 THANKS-to-translators: po/LINGUAS THANKStt.in
83         (                                                               \
84           cat $(srcdir)/THANKStt.in;                                    \
85           for lang in `cat $(srcdir)/po/LINGUAS`; do                            \
86             echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
87           done;                                                         \
88         ) > $@-tmp && mv $@-tmp $@