Imported Upstream version 1.22.4
[platform/upstream/groff.git] / man / man.am
1 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
2 #
3 # Last update: 13 Aug 2015
4 #
5 # This file is part of 'groff'.
6 #
7 # 'groff' is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # 'groff' is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 # General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20 man5_MANS += \
21   man/groff_font.5 \
22   man/groff_out.5 \
23   man/groff_tmac.5
24 man7_MANS += \
25   man/ditroff.7 \
26   man/groff_char.7 \
27   man/groff_diff.7 \
28   man/groff.7 \
29   man/roff.7
30 EXTRA_DIST += \
31   man/groff_font.5.man \
32   man/groff_out.5.man \
33   man/groff_tmac.5.man \
34   man/ditroff.7.man \
35   man/groff_char.7.man \
36   man/groff_diff.7.man \
37   man/groff.7.man \
38   man/roff.7.man
39
40 # Case of out-of-source build: we must create the 'man' directory.
41 BUILT_SOURCES += man
42 man:
43         $(MKDIR_P) $(top_builddir)/man
44
45
46 ########################################################################
47 # Editor settings
48 ########################################################################
49 #
50 # Local Variables:
51 # mode: makefile-automake
52 # fill-column: 72
53 # End:
54 # vim: set filetype=automake textwidth=72: