Skip to content

Commit

Permalink
doc: copy static directory into doxygen html directory to fix broken …
Browse files Browse the repository at this point in the history
…links
  • Loading branch information
aabadie committed Nov 21, 2023
1 parent 62a783c commit 4121721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/doxygen/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.PHONY: all clean

all:
@mkdir -p html/static
@cp -R ../../static/* html/static/.
@doxygen

clean:
Expand Down

0 comments on commit 4121721

Please sign in to comment.