File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,16 @@ output:
154154output/reference : output
155155 ./preprocess.py
156156
157+ # create indexes for the wiki
158+ indexes :
159+ mkdir -p output/indexes
160+ ./index2highlight.py index-functions-cpp.xml output/indexes/highlight-cpp
161+ ./index2highlight.py index-functions-c.xml output/indexes/highlight-c
162+ ./index2search.py index-functions-cpp.xml output/indexes/search-cpp
163+ ./index2search.py index-functions-c.xml output/indexes/search-c
164+ ./index2autolinker.py index-functions-c.xml output/indexes/autolink-c
165+ ./index2autolinker.py index-functions-cpp.xml output/indexes/autolink-cpp
166+
157167# redownloads the source documentation directly from en.cppreference.com
158168source :
159169 rm -rf " reference"
You can’t perform that action at this time.
0 commit comments