Force rebuilding the index.html when categories.descriptions has changed.
This commit is contained in:
parent
a6fd09517a
commit
92d0dcba36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26061
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -62,7 +62,7 @@ Makefile.gen: index.sgml .NOTMAIN
|
|||
${ECHO_CMD} NO_TIDY=${NO_TIDY} >> Makefile.gen
|
||||
.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
|
||||
${PORTINDEX} ${INDEX} ${.CURDIR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue