fix `make obj'

This commit is contained in:
Wolfram Schneider 2001-04-27 09:38:50 +00:00
parent e5a14047ef
commit c0d3a4719b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9321

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/ru/internal/Makefile,v 1.5 2000/11/10 17:27:35 phantom Exp $
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.3 2000/11/10 17:04:50 phantom Exp $
# Original version: 1.23
@ -28,13 +28,13 @@ hostname!= hostname
DOCS+= homepage.sgml
.PHONY: homepage.inc
SCRIPTDIR= ../../en/internal
SCRIPTDIR= ${.CURDIR}/../../en/internal
GENHOMEPAGE= $(SCRIPTDIR)/homepage.pl
homepage.inc: ${GENHOMEPAGE}
${PERL} $(GENHOMEPAGE) > ${.TARGET}
homepage.sgml: $(GENHOMEPAGE) homepage.inc
homepage.html: $(GENHOMEPAGE) homepage.inc
CLEANFILES+= homepage.inc
.endif