Skip to content

Commit fd5ba1b

Browse files
committed
Makefiles: Update distributed file list
1 parent c05d3cf commit fd5ba1b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ DISTFILES= \
3939
ddg_parse_html.py \
4040
devhelp2qch.xsl \
4141
fix_devhelp-links.py \
42-
httrack-workarounds.py \
42+
index2autolinker.py \
4343
index2browser.py \
4444
index2ddg.py \
4545
index2devhelp.py \
46+
index2doxygen-tag.py \
4647
index2search.py \
4748
index2highlight.py \
4849
index_transform.py \
@@ -51,11 +52,13 @@ DISTFILES= \
5152
index-functions.README \
5253
index-functions-c.xml \
5354
index-functions-cpp.xml \
55+
link_map.py \
5456
preprocess.py \
5557
preprocess.xsl \
5658
preprocess-css.css \
5759
Makefile \
58-
README
60+
README \
61+
xml_utils.py
5962

6063
CLEANFILES= \
6164
output

0 commit comments

Comments
 (0)