Skip to content

Commit a76135e

Browse files
committed
correct path in documentation build script
1 parent d3f151f commit a76135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pandoc -s ./doc/source/stringsext--man.md -t man \
1212
gzip -f ./doc/build/man/man1/stringsext.1
1313

1414
# Readme page
15-
pandoc -f markdown -t html --include-in-header=./doc/source/docutils_basic.cs\
15+
pandoc -f markdown -t html --include-in-header=./doc/source/docutils_basic.css\
1616
./doc/source/README.md -o ./doc/build/html/index.html
1717

1818
cd ./doc/build/html/_downloads

0 commit comments

Comments
 (0)