fix `make obj'
This commit is contained in:
parent
e5a14047ef
commit
c0d3a4719b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9321
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue