Skip to content

Commit b1ef915

Browse files
author
Samarth Narang
committed
Modify build script to use HTML routes
1 parent 0c24894 commit b1ef915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/docs/FIR/CreateFIRLangRef.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import os
55

66
# These paths are relative to flang/docs in the build directory, not source, as that's where this tool is executed.
7-
HEADER_PATH = os.path.join("Source", "FIR", "FIRLangRef_Header.md")
7+
HEADER_PATH = os.path.join("SourceHtml", "FIR", "FIRLangRef_Header.md")
88
DOCS_PATH = os.path.join("Dialect", "FIRLangRef.md")
9-
OUTPUT_PATH = os.path.join("Source", "FIRLangRef.md")
9+
OUTPUT_PATH = os.path.join("SourceHtml", "FIRLangRef.md")
1010

1111
# 1. Writes line 1 from docs to output, (comment line that the file is autogenerated)
1212
# 2. Adds a new line

0 commit comments

Comments
 (0)