english sub directories: cgi, commercial, gallery, gifs which are redundant and will never be translated and the spanish sub directories: doc-es, docs-es Submitted by: "Jesus Rodriguez" <jesusr@ncsa.es> Fix Makefiles errors. `Make all install' runs fine. Currently, many the links to the sub directories cgi, commercial, gallery, gifs are broken. The links should point to the English orginal files.
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# $Id: Makefile,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= license.sgml
|
|
DOCS+= freebsd-license.sgml
|
|
DOCS+= daemon.sgml
|
|
DOCS+= copyright.sgml
|
|
|
|
INDEXLINK= copyright.html
|
|
|
|
DATA+= COPYING COPYING.LIB ${LEGAL}
|
|
|
|
# FreeBSD Ports redistribution restrictions
|
|
#LEGAL= LEGAL
|
|
#CLEANFILES+= ${LEGAL}
|
|
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
|
# co -q -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include "../web.mk"
|