From 040fffd703c8ef8809bec4e36458609984033629 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Mon, 27 Nov 2023 17:19:44 +0900 Subject: [PATCH] Flatten Signed-off-by: Masanori Ogino --- doc/Imakefile | 46 ----------------------------- doc/doc/Imakefile | 49 ------------------------------- doc/{doc => }/hinsi.ms | 0 doc/{doc => }/makedict.ms | 0 doc/man/Imakefile | 58 ------------------------------------- doc/{doc => }/sj3lib.ms | 0 doc/{doc => }/sj3serv.ms | 0 {doc/man => man}/sj3.1 | 0 {doc/man => man}/sj3dic.1 | 0 {doc/man => man}/sj3mkdic.1 | 0 {doc/man => man}/sj3serv.1 | 0 11 files changed, 153 deletions(-) delete mode 100644 doc/Imakefile delete mode 100644 doc/doc/Imakefile rename doc/{doc => }/hinsi.ms (100%) rename doc/{doc => }/makedict.ms (100%) delete mode 100644 doc/man/Imakefile rename doc/{doc => }/sj3lib.ms (100%) rename doc/{doc => }/sj3serv.ms (100%) rename {doc/man => man}/sj3.1 (100%) rename {doc/man => man}/sj3dic.1 (100%) rename {doc/man => man}/sj3mkdic.1 (100%) rename {doc/man => man}/sj3serv.1 (100%) diff --git a/doc/Imakefile b/doc/Imakefile deleted file mode 100644 index f5d54fb..0000000 --- a/doc/Imakefile +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright (c) 1997 Sony Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * Except as contained in this notice, the name of Sony Corporation - * shall not be used in advertising or otherwise to promote the sale, use - * or other dealings in this Software without prior written authorization - * from Sony Corporation. - */ - -/* - * $SonyRCSfile: Imakefile,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:20:51 $ - */ - -/* - * Add make rules to install manpages and other documents. - * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10 - */ - -#define IHaveSubdirs -#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' - -SUBDIRS = doc man - -MakeSubdirs($(SUBDIRS)) -DependSubdirs($(SUBDIRS)) diff --git a/doc/doc/Imakefile b/doc/doc/Imakefile deleted file mode 100644 index 42c2149..0000000 --- a/doc/doc/Imakefile +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright (c) 1997 Sony Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * Except as contained in this notice, the name of Sony Corporation - * shall not be used in advertising or otherwise to promote the sale, use - * or other dealings in this Software without prior written authorization - * from Sony Corporation. - */ - -/* - * $SonyRCSfile: Imakefile,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:20:51 $ - */ - -#include "../../sj3.tmpl" - -/* - * Add make rules to install other documents. - * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10 - */ - -CONFDIR = $(SJ3CONFDIR) -DOCLIST = Nihongo.ps.Z hinsi.ms makedict.ms sj3lib.ms sj3serv.ms - -all:: - -depend:: - -InstallMultiple($(DOCLIST),$(CONFDIR)) diff --git a/doc/doc/hinsi.ms b/doc/hinsi.ms similarity index 100% rename from doc/doc/hinsi.ms rename to doc/hinsi.ms diff --git a/doc/doc/makedict.ms b/doc/makedict.ms similarity index 100% rename from doc/doc/makedict.ms rename to doc/makedict.ms diff --git a/doc/man/Imakefile b/doc/man/Imakefile deleted file mode 100644 index 010e4c0..0000000 --- a/doc/man/Imakefile +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Copyright (c) 1997 Sony Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * Except as contained in this notice, the name of Sony Corporation - * shall not be used in advertising or otherwise to promote the sale, use - * or other dealings in this Software without prior written authorization - * from Sony Corporation. - */ - -/* - * $SonyRCSfile: Imakefile,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:20:52 $ - */ - -#include "../../sj3.tmpl" - -/* - * Add make rules to install manpages. - * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10 - */ - -#ifndef JapaneseManLocale -#define JapaneseManLocale ja_JP.EUC -#endif -JMANLOCALE = JapaneseManLocale - -#ifndef JapaneseManDir -#define JapaneseManDir $(SJ3TOP)/man/$(JMANLOCALE)/man1 -#endif - -JMANDIR = JapaneseManDir -MANLIST = sj3.1 sj3dic.1 sj3mkdic.1 sj3serv.1 - -all:: - -depend:: - -InstallMultipleFlags($(MANLIST),$(JMANDIR),$(INSTMANFLAGS)) diff --git a/doc/doc/sj3lib.ms b/doc/sj3lib.ms similarity index 100% rename from doc/doc/sj3lib.ms rename to doc/sj3lib.ms diff --git a/doc/doc/sj3serv.ms b/doc/sj3serv.ms similarity index 100% rename from doc/doc/sj3serv.ms rename to doc/sj3serv.ms diff --git a/doc/man/sj3.1 b/man/sj3.1 similarity index 100% rename from doc/man/sj3.1 rename to man/sj3.1 diff --git a/doc/man/sj3dic.1 b/man/sj3dic.1 similarity index 100% rename from doc/man/sj3dic.1 rename to man/sj3dic.1 diff --git a/doc/man/sj3mkdic.1 b/man/sj3mkdic.1 similarity index 100% rename from doc/man/sj3mkdic.1 rename to man/sj3mkdic.1 diff --git a/doc/man/sj3serv.1 b/man/sj3serv.1 similarity index 100% rename from doc/man/sj3serv.1 rename to man/sj3serv.1