diff --git a/en/copyright/Makefile b/en/copyright/Makefile new file mode 100644 index 0000000000..58408179e1 --- /dev/null +++ b/en/copyright/Makefile @@ -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" diff --git a/en/search/Makefile b/en/search/Makefile new file mode 100644 index 0000000000..e2ac33e171 --- /dev/null +++ b/en/search/Makefile @@ -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" +