1 1.1 christos # Copyright (C) 2004 Free Software Foundation, Inc. 2 1.1 christos # Written by Keith Marshall (keith.d.marshall (a] ntlworld.com) 3 1.1 christos # 4 1.1 christos # This file is part of groff. 5 1.1 christos # 6 1.1 christos # groff is free software; you can redistribute it and/or modify it under 7 1.1 christos # the terms of the GNU General Public License as published by the Free 8 1.1 christos # Software Foundation; either version 2, or (at your option) any later 9 1.1 christos # version. 10 1.1 christos # 11 1.1 christos # groff is distributed in the hope that it will be useful, but WITHOUT ANY 12 1.1 christos # WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 1.1 christos # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 1.1 christos # for more details. 15 1.1 christos # 16 1.1 christos # You should have received a copy of the GNU General Public License along 17 1.1 christos # with groff; see the file COPYING. If not, write to the Free Software 18 1.1 christos # Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. 19 1.1 christos 20 1.1 christos CLEANADD=shdeps.sed 21 1.1 christos 22 1.1 christos all: shdeps.sed 23 1.1 christos 24 1.1 christos shdeps.sed: $(srcdir)/shdeps.sh 25 1.1 christos $(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@ 26 1.1 christos 27 1.1 christos # eof 28