We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05d3cf commit fd5ba1bCopy full SHA for fd5ba1b
Makefile
@@ -39,10 +39,11 @@ DISTFILES= \
39
ddg_parse_html.py \
40
devhelp2qch.xsl \
41
fix_devhelp-links.py \
42
- httrack-workarounds.py \
+ index2autolinker.py \
43
index2browser.py \
44
index2ddg.py \
45
index2devhelp.py \
46
+ index2doxygen-tag.py \
47
index2search.py \
48
index2highlight.py \
49
index_transform.py \
@@ -51,11 +52,13 @@ DISTFILES= \
51
52
index-functions.README \
53
index-functions-c.xml \
54
index-functions-cpp.xml \
55
+ link_map.py \
56
preprocess.py \
57
preprocess.xsl \
58
preprocess-css.css \
59
Makefile \
- README
60
+ README \
61
+ xml_utils.py
62
63
CLEANFILES= \
64
output
0 commit comments