bc6b9557397e8351060b0613bfcab1f97d9e2cfb
[platform/upstream/groff.git] / contrib / groff_filenames / Makefile.sub
1 # Makefile.sub for `groff_filenames' (integration into the `groff' source tree)
2
3 # File position: <groff-source>/contrib/groff_filenames/Makefile.sub
4
5 # Copyright (C) 2013-2014  Free Software Foundation, Inc.
6 #
7 # Written by Bernd Warken <groff-bernd.warken-72@web.de>.
8
9 # This file is part of `groff'.
10
11 # `groff' is free software; you can redistribute it and/or modify it
12 # under the terms of the GNU General Public License as published by
13 # the Free Software Foundation, either version 2 of the License, or
14 # (at your option) any later version.
15
16 # `groff' is distributed in the hope that it will be useful, but
17 # WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 # General Public License for more details.
20
21 # You should have received a copy of the GNU General Public License
22 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23
24 ########################################################################
25
26 MAN7=\
27   groff_filenames.n
28
29 MOSTLYCLEANADD=$(MAN7)
30
31 ########################################################################
32 ##### Emacs settings
33 # Local Variables:
34 # mode: makefile
35 # End: