From 932bad7d6f841902fa3a2d1d344058537e48d82c Mon Sep 17 00:00:00 2001 From: John Fieber Date: Tue, 19 Nov 1996 14:18:37 +0000 Subject: [PATCH] Setup to generate the Japanese version of the handbook for the web pages. Translations of other parts of the web pages will go here as well, but please contact me before putting anything in. --- data/ja_JP.EUC/Makefile | 10 ++++++++++ data/ja_JP.EUC/Makefile.inc | 4 ++++ ja/Makefile | 10 ++++++++++ ja/Makefile.inc | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 data/ja_JP.EUC/Makefile create mode 100644 data/ja_JP.EUC/Makefile.inc create mode 100644 ja/Makefile create mode 100644 ja/Makefile.inc diff --git a/data/ja_JP.EUC/Makefile b/data/ja_JP.EUC/Makefile new file mode 100644 index 0000000000..b2948a0afa --- /dev/null +++ b/data/ja_JP.EUC/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 1996-11-19 14:18:36 jfieber Exp $ + +#CVSDIR= jp-handbook +DOCSUBDIR= handbook + +.include "../web.mk" + +# Override the defaults of generating all formats. + +FORMATS=html diff --git a/data/ja_JP.EUC/Makefile.inc b/data/ja_JP.EUC/Makefile.inc new file mode 100644 index 0000000000..db523ca6fa --- /dev/null +++ b/data/ja_JP.EUC/Makefile.inc @@ -0,0 +1,4 @@ +# $Id: Makefile.inc,v 1.1 1996-11-19 14:18:37 jfieber Exp $ + +WEBBASE?= /data/ja_JP.EUC +SGMLOPTS+= -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr diff --git a/ja/Makefile b/ja/Makefile new file mode 100644 index 0000000000..b2948a0afa --- /dev/null +++ b/ja/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 1996-11-19 14:18:36 jfieber Exp $ + +#CVSDIR= jp-handbook +DOCSUBDIR= handbook + +.include "../web.mk" + +# Override the defaults of generating all formats. + +FORMATS=html diff --git a/ja/Makefile.inc b/ja/Makefile.inc new file mode 100644 index 0000000000..db523ca6fa --- /dev/null +++ b/ja/Makefile.inc @@ -0,0 +1,4 @@ +# $Id: Makefile.inc,v 1.1 1996-11-19 14:18:37 jfieber Exp $ + +WEBBASE?= /data/ja_JP.EUC +SGMLOPTS+= -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr