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.
2 parents 61c15e4 + 4455a1d commit 7c74ec3Copy full SHA for 7c74ec3
Makefile
@@ -36,9 +36,10 @@ all: doc_devhelp doc_qch doc_doxygen
36
37
DISTFILES= \
38
gadgets/ \
39
- reference/ \
40
- images/ \
41
headers/ \
+ images/ \
+ reference/ \
42
+ skins/ \
43
build_link_map.py \
44
ddg_parse_html.py \
45
devhelp2qch.xsl \
@@ -48,11 +49,12 @@ DISTFILES= \
48
49
index2ddg.py \
50
index2devhelp.py \
51
index2doxygen-tag.py \
- index2search.py \
52
index2highlight.py \
53
+ index2search.py \
54
index_transform.py \
55
index-chapters-c.xml \
56
index-chapters-cpp.xml \
57
+ index-cpp-search-app.txt \
58
index-functions.README \
59
index-functions-c.xml \
60
index-functions-cpp.xml \
0 commit comments