Added a makefile

This commit is contained in:
Wolfram Schneider 1998-08-03 15:39:17 +00:00
parent 86585fef72
commit 528539c3b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3255
2 changed files with 27 additions and 0 deletions

8
en/copyright/Makefile Normal file
View file

@ -0,0 +1,8 @@
# $Id: Makefile,v 1.1 1998-08-03 15:39:13 wosch Exp $
DOCS= license.sgml
DOCS+= daemon.sgml
DATA+= COPYING COPYING.LIB
.include "../web.mk"

19
en/search/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $Id: Makefile,v 1.1 1998-08-03 15:39:17 wosch Exp $
DOCS+= index-site.sgml
DOCS+= search.sgml
DOCS+= searchhints.sgml
DOCS+= search-mid.sgml
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"