Lines Matching refs:path
30 */index.md) path=$${page/\/index.md/} ;; \
31 *) path=$${page/.md/} ;; \
33 title=$$(sqlite3 docSet.dsidx "SELECT name FROM searchIndex WHERE path='$$path/index.html'" | tr '\n' ',' | $(SED) -e 's/,/, /g' -e 's/, $$/\n/'); \
35 $(SED) -i "s%<title>.*</title>%<title>$$title</title>%" "JSON_for_Modern_C++.docset/Contents/Resources/Documents/$$path/index.html"; \
59 */index.md) path=$${page/\/index.md/} ;; \
60 *) path=$${page/.md/} ;; \
62 if [ "x$$page" != "xindex.md" -a "x$$(sqlite3 docSet.dsidx "SELECT COUNT(*) FROM searchIndex WHERE path='$$path/index.html'")" = "x0" ]; then \
70 @for path in $$(sqlite3 docSet.dsidx "SELECT path FROM searchIndex"); do \
71 page=$${path/\/index.html/.md}; \
72 page_index=$${path/index.html/index.md}; \
80 echo $$path; \