Skip to content

Commit

Permalink
Wrapper script to build ALL apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Dec 18, 2024
1 parent 68308bb commit ef5586e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/buildall-apidocs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

cd $(dirname "$0")

for SETTINGS_FILE in $(find ../settings/apidocs/ -name '*.inc.sh'); do
./multiversion_pdoc_wrapper "$SETTINGS_FILE"
done

0 comments on commit ef5586e

Please sign in to comment.