From: Ted Lemon Date: Thu, 6 May 1999 20:06:06 +0000 (+0000) Subject: Fix building of dhclient.cat8 man page. X-Git-Tag: V3-ALPHA-19990506~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4075ab5dc3505b9f32a52a816e5cf0ff783c2f;p=thirdparty%2Fdhcp.git Fix building of dhclient.cat8 man page. --- diff --git a/client/Makefile.dist b/client/Makefile.dist index e393dc247..79ea53fe9 100644 --- a/client/Makefile.dist +++ b/client/Makefile.dist @@ -79,7 +79,7 @@ distclean: realclean # provided in the distribution so that this doesn't become a problem. dhclient.cat8: dhclient.man8 - nroff -man dhclient.man8 >dhclient.man8 + nroff -man dhclient.man8 >dhclient.cat8 dhclient.man8: dhclient.8 sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \