We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e36806 commit f4f384dCopy full SHA for f4f384d
Makefile
@@ -108,7 +108,7 @@ output/cppreference-doc-en-c.devhelp2: \
108
output/link-map.xml
109
./index2devhelp.py $(docdir)/html index-chapters-c.xml \
110
"C Standard Library reference" "cppreference-doc-en-c" "c" \
111
- index-functions-c.xml devhelp-index-c.xml
+ index-functions-c.xml "output/devhelp-index-c.xml"
112
./fix_devhelp-links.py "output/devhelp-index-c.xml" \
113
"output/cppreference-doc-en-c.devhelp2"
114
fix_devhelp-links.py
@@ -30,7 +30,7 @@
30
in_fn = sys.argv[1]
31
out_fn = sys.argv[2]
32
33
-map_file = open('link-map.xml', 'r')
+map_file = open('output/link-map.xml', 'r')
34
root = e.XML(map_file.read())
35
el_files = root.xpath('/files/*')
36
0 commit comments