Skip to content

Commit 4533c96

Browse files
committed
Fix release build
This updates the makefile's distribution file list for recent changes.
1 parent f334b06 commit 4533c96

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ VERSION=20180227
3535
all: doc_devhelp doc_qch doc_doxygen
3636

3737
DISTFILES= \
38+
commands/ \
3839
gadgets/ \
3940
headers/ \
4041
images/ \
42+
index_transform/ \
4143
reference/ \
4244
skins/ \
4345
build_link_map.py \
@@ -51,7 +53,6 @@ DISTFILES= \
5153
index2doxygen-tag.py \
5254
index2highlight.py \
5355
index2search.py \
54-
index_transform.py \
5556
index-chapters-c.xml \
5657
index-chapters-cpp.xml \
5758
index-cpp-search-app.txt \
@@ -61,9 +62,10 @@ DISTFILES= \
6162
link_map.py \
6263
preprocess.py \
6364
preprocess-css.css \
65+
test.sh \
66+
xml_utils.py \
6467
Makefile \
65-
README.md \
66-
xml_utils.py
68+
README.md
6769

6870
CLEANFILES= \
6971
output

0 commit comments

Comments
 (0)