diff --git a/en/doc/Makefile b/en/doc/Makefile index 6d10ebf24e..af2ed4d304 100644 --- a/en/doc/Makefile +++ b/en/doc/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD: www/en/doc/Makefile,v 1.2 2001/04/17 12:18:20 nik Exp $i +# $FreeBSD: www/en/doc/Makefile,v 1.3 2001/04/23 07:26:29 nik Exp $i # # Build the FreeBSD documentation *outside* of the www tree, and install it # in to the right place as necessary. @@ -18,3 +18,6 @@ install clean: .if make(clean) rm -rf en* handbook faq .endif + +obj: + cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET}