From b0b0940927cf1284c15d30645622e2c914810cfe Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 3 Aug 1998 16:44:13 +0000 Subject: [PATCH] Added Makefiles. --- ja/commercial/Makefile | 5 +++++ ja/copyright/Makefile | 6 ++++++ ja/gallery/Makefile | 6 ++++++ ja/internal/Makefile | 8 ++++++++ ja/projects/Makefile | 6 ++++++ ja/search/Makefile | 22 ++++++++++++++++++++++ 6 files changed, 53 insertions(+) create mode 100644 ja/commercial/Makefile create mode 100644 ja/copyright/Makefile create mode 100644 ja/gallery/Makefile create mode 100644 ja/internal/Makefile create mode 100644 ja/projects/Makefile create mode 100644 ja/search/Makefile diff --git a/ja/commercial/Makefile b/ja/commercial/Makefile new file mode 100644 index 0000000000..1130f039c7 --- /dev/null +++ b/ja/commercial/Makefile @@ -0,0 +1,5 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:06 wosch Exp $ + +DOCS = commercial.sgml + +.include <../web.mk> diff --git a/ja/copyright/Makefile b/ja/copyright/Makefile new file mode 100644 index 0000000000..7bbc2db110 --- /dev/null +++ b/ja/copyright/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:12 wosch Exp $ + +DOCS= license.sgml +DOCS+= daemon.sgml + +.include "../web.mk" diff --git a/ja/gallery/Makefile b/ja/gallery/Makefile new file mode 100644 index 0000000000..21673b0c64 --- /dev/null +++ b/ja/gallery/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:12 wosch Exp $ + +DOCS = gallery.sgml + +.include "../web.mk" + diff --git a/ja/internal/Makefile b/ja/internal/Makefile new file mode 100644 index 0000000000..8798e807dc --- /dev/null +++ b/ja/internal/Makefile @@ -0,0 +1,8 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $ + +DOCS+= about.sgml +DOCS+= mirror.sgml +DOCS+= machines.sgml +DOCS+= resignation.sgml + +.include "../web.mk" diff --git a/ja/projects/Makefile b/ja/projects/Makefile new file mode 100644 index 0000000000..fab7f64042 --- /dev/null +++ b/ja/projects/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $ + +DOCS+= mozilla.sgml +DOCS+= newbies.sgml + +.include "../web.mk" diff --git a/ja/search/Makefile b/ja/search/Makefile new file mode 100644 index 0000000000..970db8e942 --- /dev/null +++ b/ja/search/Makefile @@ -0,0 +1,22 @@ +# $Id: Makefile,v 1.1 1998-08-03 16:44:13 wosch Exp $ +# The FreeBSD Japanese Documentation Project +# Original revision: 1.36 + +# These are turned into validated, normalized HTML files. + +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 ../../en/search/atoz.pl > ${.TARGET} +site.sgml: ../../en/search/site.map + perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET} + +.include "../../web.mk" +