Get rid of the old texinfo.
[dragonfly.git] / contrib / groff / contrib / groffer / Makefile.sub
1 # Makefile.sub for `groffer' (integration into the groff source tree)
2
3 # File position: <groff-source>/contrib/groffer/Makefile.sub
4
5 # Last update: 23 June 2002
6
7 # Copyright (C) 2001,2002 Free Software Foundation, Inc.
8 # Written by Werner Lemberg <wl@gnu.org>
9
10 # This file 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, or (at your option)
15 # any later version.
16
17 # groff is distributed in the hope that it will be useful, but WITHOUT
18 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
20 # License for more details.
21
22 # You should have received a copy of the GNU General Public License
23 # along with groff; see the file COPYING.  If not, write to the
24 # Free Software Foundation, 59 Temple Place - Suite 330, Boston,
25 # MA 02111-1307, USA.
26
27 ########################################################################
28
29 MAN1=groffer.n
30 CLEANADD=groffer
31
32 all: groffer
33
34 groffer: groffer.sh
35         rm -f $@; \
36         sed -e "s|@g@|$(g)|g" \
37             -e "s|@VERSION@|$(version)$(revision)|" \
38             -e $(SH_SCRIPT_SED_CMD) $(srcdir)/groffer.sh >$@; \
39         chmod +x $@
40
41 install_data: groffer
42         -test -d $(bindir) || $(mkinstalldirs) $(bindir)
43         -rm -f $(bindir)/groffer
44         $(INSTALL_SCRIPT) groffer $(bindir)/groffer
45
46 uninstall_sub:
47         -rm -f $(bindir)/groffer