summaryrefslogtreecommitdiff
path: root/cpan/doc/Makefile
blob: d48fbb1d042630594b84bd0ff3def567bf94f149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile,v 1.2 2001/05/27 12:09:25 fukachan Exp
#

all: update regen

regen: 98_full_class_name 99_good_modules

99_good_modules: 0*
	./.show_good_modules > 99_good_modules

98_full_class_name: 0*
	w3m -dump 00modlist.long.html |\
	perl .conv_classname.pl > 98_full_class_name

update:
	sh .update.sh