4e23586af4
set of webpages should be now buildable in XML, however the build mechanism of the multimedia/ and ports/ sections do not really fit our infrastructure so these should probably be redesigned later to use XSLT. Approved by: doceng (implicit)
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/ports/Makefile.inc,v 1.1 2007/03/31 14:27:06 jkois Exp $
|
|
# basiert auf: 1.10
|
|
|
|
PORTINDEX= ${PERL} ${.CURDIR}/../../../en_US.ISO8859-1/htdocs/ports/portindex
|
|
INDEX= INDEX
|
|
PINDEX= ports/${INDEX}
|
|
|
|
COOKIE= ${INDEX} Makefile.gen
|
|
|
|
CLEANFILES+= ${INDEX} ${INDEX}.bz2
|
|
CLEANFILES+= packages.exists.temp packages.exists
|
|
CLEANFILES+= ${DYNAMIC_DOCS}
|
|
CLEANFILES+= Makefile.gen
|
|
CLEANFILES+= ports.count ports.size
|
|
|
|
_ALLINSTALL= packages.exists categories
|
|
|