169626Sru# Copyright (C) 1989-2000 Free Software Foundation, Inc.
218099Spst#      Written by James Clark (jjc@jclark.com)
318099Spst# 
418099Spst# This file is part of groff.
518099Spst# 
618099Spst# groff is free software; you can redistribute it and/or modify it under
718099Spst# the terms of the GNU General Public License as published by the Free
818099Spst# Software Foundation; either version 2, or (at your option) any later
918099Spst# version.
1018099Spst# 
1118099Spst# groff is distributed in the hope that it will be useful, but WITHOUT ANY
1218099Spst# WARRANTY; without even the implied warranty of MERCHANTABILITY or
1318099Spst# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1418099Spst# for more details.
1518099Spst# 
1618099Spst# You should have received a copy of the GNU General Public License along
1718099Spst# with groff; see the file COPYING.  If not, write to the Free Software
18151497Sru# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
1918099Spst
2018099SpstSHELL=/bin/sh
2118099Spst
2218099Spst.PHONY: all
2318099Spstall:
2418099Spst	$(SHELL) configure
2518099Spst	$(MAKE) all
26