646ddd7e13
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.
28 lines
555 B
Makefile
28 lines
555 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
|
|
|
|
.if exists("../Makefile.conf")
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
# quick news letter
|
|
DOCS= qnewsletter.sgml
|
|
DOCS+= qnewsletter-1-1.sgml
|
|
DOCS+= qnewsletter-1-2.sgml
|
|
DOCS+= qnewsletter-1-3.sgml
|
|
DOCS+= qnewsletter-1-4.sgml
|
|
DOCS+= qnewsletter-1-5.sgml
|
|
DOCS+= qnewsletter-1-6.sgml
|
|
DOCS+= qnewsletter-1-7.sgml
|
|
|
|
DOCS+= press.sgml
|
|
DOCS+= newsflash.sgml
|
|
DOCS+= news.sgml
|
|
DOCS+= webchanges.sgml
|
|
|
|
INDEXLINK= news.html
|
|
|
|
.include "../web.mk"
|