Force rebuilding the index.html when categories.descriptions has changed.

This commit is contained in:
Edwin Groothuis 2005-10-18 12:24:12 +00:00
parent a6fd09517a
commit 92d0dcba36
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26061

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/ports/Makefile,v 1.39 2004/11/13 12:23:18 ceri Exp $ # $FreeBSD: www/en/ports/Makefile,v 1.40 2005/10/18 03:45:12 linimon Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -62,7 +62,7 @@ Makefile.gen: index.sgml .NOTMAIN
${ECHO_CMD} NO_TIDY=${NO_TIDY} >> Makefile.gen ${ECHO_CMD} NO_TIDY=${NO_TIDY} >> Makefile.gen
.endif .endif
index.sgml: ${INDEX} categories packages.exists portindex ports.inc .NOTMAIN index.sgml: ${INDEX} categories categories.descriptions packages.exists portindex ports.inc .NOTMAIN
${RM} -f *.sgml ${RM} -f *.sgml
${PORTINDEX} ${INDEX} ${.CURDIR} ${PORTINDEX} ${INDEX} ${.CURDIR}