1 # Makefile.sub for `gdiffmk' (integration into the groff source tree)
3 # File position: <groff-source>/contrib/gdiffmk/Makefile.sub
5 # Last update: 12 December 2004
7 # Copyright (C) 2004 Free Software Foundation, Inc.
8 # Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>>
10 # This file is part of the gdiffmk utility, which is part of groff.
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)
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.
22 # You should have received a copy of the GNU General Public License
23 # along with groff; see the files COPYING and LICENSE in the top
24 # directory of the groff source. If not, write to the Free Software
25 # Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
27 ########################################################################
30 CLEANADD=gdiffmk tests/runtests
36 sed -e "s|@BINDIR@|$(bindir)|g" \
37 -e "s|@VERSION@|$(version)$(revision)|g" \
38 -e $(SH_SCRIPT_SED_CMD) $(srcdir)/gdiffmk.sh >$@; \
42 -test -d $(bindir) || $(mkinstalldirs) $(bindir)
43 -rm -f $(bindir)/gdiffmk
44 $(INSTALL_SCRIPT) gdiffmk $(bindir)/gdiffmk
47 -rm -f $(bindir)/gdiffmk