Skip to content

Commit

Permalink
Adding deploy index
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Jan 27, 2025
1 parent e931f63 commit c591a62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ set(CMAKE_INSTALL_PREFIX "")
add_subdirectory(product-guide)

install(
FILES index.html
FILES deploy-index.html
RENAME index.html
DESTINATION .
)
17 changes: 17 additions & 0 deletions deploy-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Index</title>
</head>
<body>
<h1>User Guide</h1>
<p>
The <em>BSL User Guide</em> is available in <a href="user-guide/manual.pdf">PDF</a> and <a href="user-guide/html/index.html">HTML</a> forms.
</p>
<h1>Product Guide</h1>
<p>
The <em>BSL Product Guide</em> is available in <a href="product-guide/manual.pdf">PDF</a> and <a href="product-guide/html/index.html">HTML</a> forms.
</p>
</body>
</html>

0 comments on commit c591a62

Please sign in to comment.