Skip to content

Commit

Permalink
Add make-doc script, remove old doc scripts, modify Makefile to call …
Browse files Browse the repository at this point in the history
…make-doc script.
  • Loading branch information
reiniscirpons committed Apr 18, 2024
1 parent 8f15e9c commit d554399
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1194,5 +1194,5 @@ lint:
@etc/make-lint.sh

doc:
cd docs && doxygen
cd docs && ./fixup.py
@echo "Running doxygen . . ."
@etc/make-doc.sh
20 changes: 0 additions & 20 deletions etc/make-doc-sphinx.sh

This file was deleted.

5 changes: 3 additions & 2 deletions etc/make-doc-yml.sh → etc/make-doc.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash
set -e

echo "Generating sphinx doc from docs/yml . . ."
mkdir -p docs/build
cd docs/
echo "doxygen --version"
doxygen --version
./generate_from_yml.py
doxygen
echo "Deploying doc fixups . . ."
./fixup.py

0 comments on commit d554399

Please sign in to comment.