Added Makefiles.

This commit is contained in:
Wolfram Schneider 1998-08-03 16:44:13 +00:00
parent 8467981f9e
commit b0b0940927
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3259
6 changed files with 53 additions and 0 deletions
ja
commercial
copyright
gallery
internal
projects
search

5
ja/commercial/Makefile Normal file
View file

@ -0,0 +1,5 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:06 wosch Exp $
DOCS = commercial.sgml
.include <../web.mk>

6
ja/copyright/Makefile Normal file
View file

@ -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"

6
ja/gallery/Makefile Normal file
View file

@ -0,0 +1,6 @@
# $Id: Makefile,v 1.1 1998-08-03 16:44:12 wosch Exp $
DOCS = gallery.sgml
.include "../web.mk"

8
ja/internal/Makefile Normal file
View file

@ -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"

6
ja/projects/Makefile Normal file
View file

@ -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"

22
ja/search/Makefile Normal file
View file

@ -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"