c015c8eba685f20004e655e2f813d5d428fab796
[platform/upstream/groff.git] / font / devlbp / Makefile.sub
1 # Makefile.sub for `font devlbp'
2 #
3 # File position: <groff-source>/font/devlbp/Makefile.sub
4 #
5 # Copyright (C) 2014
6 #   Free Software Foundation, Inc.
7 #
8 # Last update: 2 Sep 2014
9 #
10 # This file is part of `font utf8' which is part of `groff'.
11 #
12 # `groff' is free software; you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 2 of the License, or
15 # (at your option) any later version.
16 #
17 # `groff' is distributed in the hope that it will be useful, but
18 # WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 # General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see
24 # <http://www.gnu.org/licenses/gpl-2.0.html>.
25 #
26 ########################################################################
27
28 DEV=lbp
29 LBPPRINT=$(PSPRINT)
30 DEVFILES=DESC \
31   HB HBI HI HR \
32   HNB HNBI HNI HNR \
33   TB TBI TI TR \
34   CR CB CI \
35   ER EB EI
36
37 MOSTLYCLEANADD=DESC
38
39 DESC: DESC.in
40         cat $(srcdir)/DESC.in >DESC
41         if test "$(PAGE)" = A4; then \
42           echo "papersize a4" >>DESC; \
43         else \
44           echo "papersize letter" >>DESC; \
45         fi
46         test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
47
48 ########################################################################
49 # Emacs settings
50 ########################################################################
51 #
52 # Local Variables:
53 # mode: makefile
54 # End: