We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f334b06 commit 4533c96Copy full SHA for 4533c96
Makefile
@@ -35,9 +35,11 @@ VERSION=20180227
35
all: doc_devhelp doc_qch doc_doxygen
36
37
DISTFILES= \
38
+ commands/ \
39
gadgets/ \
40
headers/ \
41
images/ \
42
+ index_transform/ \
43
reference/ \
44
skins/ \
45
build_link_map.py \
@@ -51,7 +53,6 @@ DISTFILES= \
51
53
index2doxygen-tag.py \
52
54
index2highlight.py \
55
index2search.py \
- index_transform.py \
56
index-chapters-c.xml \
57
index-chapters-cpp.xml \
58
index-cpp-search-app.txt \
@@ -61,9 +62,10 @@ DISTFILES= \
61
62
link_map.py \
63
preprocess.py \
64
preprocess-css.css \
65
+ test.sh \
66
+ xml_utils.py \
67
Makefile \
- README.md \
- xml_utils.py
68
+ README.md
69
70
CLEANFILES= \
71
output
0 commit comments