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.
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# $Id: Makefile,v 1.1.1.1 1999-02-08 19:26:12 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS+= index-site.sgml
|
|
DOCS+= search.sgml
|
|
DOCS+= searchhints.sgml
|
|
DOCS+= search-mid.sgml
|
|
|
|
INDEXLINK= search.html
|
|
CLEANFILES+=atoz.sgml site.sgml
|
|
|
|
|
|
index-site.sgml: atoz.sgml site.sgml
|
|
atoz.sgml: web.atoz
|
|
sort -fu web.atoz | perl atoz.pl > ${.TARGET}
|
|
|
|
site.sgml: site.map
|
|
./site.pl < ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include "../web.mk"
|
|
|