[JM:01646] Re: Makefileが含まれてません

Back to archive index
長南洋一 cyoic****@maple*****
2019年 11月 21日 (木) 16:15:09 JST


長南と申します。

> make config
> と、やると
> make: *** No rule to make target `config'.  Stop.
> となります。

文面が簡潔すぎて、そちらの状況がよくわからないのですが、
https://ja.osdn.net/projects/linuxjm/ から、たとえば、
man-pages-ja-20191115.tar.gz を取ってきて、展開し、
"cd man-pages-ja-20191115" でディレクトリを移動してから、
"make config" を実行したら、上のエラーが出たということですか。

今、念のため、私のところでも、man-pages-ja-20191115.tar.gz を
ダウンロードして展開してみました。

$ cd man-pages-ja-20191115/
$ ls
INSTALL  Makefile  README  manual  script

ご覧のとおり、Makefile が存在します。

$ cat Makefile 
#
# Makefile  for  man-pages-ja-0.4  1998-12-20
#

all: config

config:	./script/configure.perl
	perl -w $<

install: installman.sh
	sh $<

clean:
	@rm -f installman.sh

config というターゲットも存在します。
ディレクトリを間違えていないとしたら、ダウンロードに失敗しているんでしょうか。
GNU_findutils など、個々の manpage の tar.gz なら、Makefile が
含まれていなくても、不思議はありませんが、そういう場合、わざわざ
"make config" なんてなさらないでしょうし。

-- 
長南洋一


linuxjm-discuss メーリングリストの案内
Back to archive index