1# Copyright (C) 2004-2018 Free Software Foundation, Inc.
2# Original Makefile.sub written by Keith Marshall
3#   (keith.d.marshall@ntlworld.com).
4# Adapted to Automake by Bertrand Garrigues (bertrand.garrigues@laposte.net).
5#
6# Last update: 13 Aug 2015
7#
8# This file is part of groff.
9#
10# groff is free software; you can redistribute it and/or modify it under
11# the terms of the GNU General Public License as published by the Free
12# Software Foundation, either version 3 of the License, or
13# (at your option) any later version.
14#
15# groff is distributed in the hope that it will be useful, but WITHOUT ANY
16# WARRANTY; without even the implied warranty of MERCHANTABILITY or
17# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18# for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with this program.  If not, see <http://www.gnu.org/licenses/>.
22EXTRA_DIST += arch/misc/shdeps.sh
23MOSTLYCLEANFILES += shdeps.sed
24
25shdeps.sed: $(top_srcdir)/arch/misc/shdeps.sh
26	$(SHELL) $(top_srcdir)/arch/misc/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
27
28
29########################################################################
30### Emacs settings
31# Local Variables:
32# mode: makefile-automake
33# End:
34