Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
add SVVP to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Dec 11, 2023
1 parent 93fc052 commit 13a85d1
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions bin/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ echo '<!DOCTYPE html>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<title>Documents</title>
</head>
<body>
<h1>Document</h1>
<h1>Documents</h1>
<div>
<ul>' >> output/index.html


DOCS="${BUILD_DOCS:-SRS}"
DOCS="${BUILD_DOCS:-SRS SVVP}"

for doc in $DOCS ; do
echo "Building $doc"
Expand Down

0 comments on commit 13a85d1

Please sign in to comment.