blob: c470a439111bf160ad7d4969e9dacb62239071e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
include $(top_srcdir)/Makefile.config
EXTRA_DIST = COPYING \
ChangeLog \
FAQ.html \
RELEASE.html \
THANKS.html \
TODO.html \
author.html \
bdot.gif \
bugs.html \
attrs.html attrs_head.html attrs_tail.html \
cf_byname.html cf_byname_head.html cf_byname_tail.html \
cf_byprog.html cf_byprog_head.html cf_byprog_tail.html \
cf_general.html \
cf_types.html \
cf_variables.html \
config.html \
confindex.html \
confmenu.html \
contents.html \
dot.gif \
htdig.gif \
htdig.html \
htdig_big.gif \
htfuzzy.html \
htmerge.html \
htnotify.html \
hts_form.html \
hts_general.html \
hts_menu.html \
hts_method.html \
hts_templates.html \
htsearch.html \
index.html \
install.html \
ma_menu.html \
mailarchive.html \
mailing.html \
main.html \
meta.html \
notification.html \
require.html \
triangle.gif \
up.gif \
uses.html \
where.html \
cf_generate.pl
attrs.html.in: attrs_head.html attrs_tail.html ../htcommon/defaults.cc cf_generate.pl
@PERL@ ${srcdir}/cf_generate.pl ${top_srcdir}
cf_byname.html: cf_byname_head.html cf_byname_tail.html ../htcommon/defaults.cc cf_generate.pl
@PERL@ ${srcdir}/cf_generate.pl ${top_srcdir}
cf_byprog.html: cf_byprog_head.html cf_byprog_tail.html ../htcommon/defaults.cc cf_generate.pl
@PERL@ ${srcdir}/cf_generate.pl ${top_srcdir}
|