Skip to content

Commit

Permalink
Fix to resolve issue with no document groups yet. Fix trailing V=1 on…
Browse files Browse the repository at this point in the history
… some jobs.
  • Loading branch information
dgarske committed Jun 5, 2024
1 parent 2af831e commit 99611ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ wolfSSL/api/
wolfSSL/wolfssl/
wolfTPM/api/
wolfTPM/wolftpm/
wolfHSM/api
wolfHSM/docs/xml
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ wolfssl: build
$(Q)$(DOCKER_CMD)

.PHONY: wolfssh
wolfssh: MANPATH=wolfSSH V=$(V)
wolfssh: MANPATH=wolfSSH
wolfssh: PDFFILE=wolfSSH-Manual.pdf
wolfssh: build
$(Q)$(DOCKER_CMD)

.PHONY: wolfboot
wolfboot: MANPATH=wolfBoot V=$(V)
wolfboot: MANPATH=wolfBoot
wolfboot: PDFFILE=wolfBoot-Manual.pdf
wolfboot: build
$(Q)$(DOCKER_CMD)
Expand Down
1 change: 0 additions & 1 deletion wolfHSM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ api: wolfhsm-update
# 3. Fix the titles of the header files markdown
.PHONY: html-prep
html-prep: api
$(Q)cp -a api/md/group* build/html/
$(Q)cp -a api/md/*8h* build/html/

$(Q)perl -i -pe "s/\[(.*?)\]\(Classes\/.*?.md\)/\[\1\]\(#typedef-\1\)/g" build/html/group* build/html/*8h*
Expand Down

0 comments on commit 99611ae

Please sign in to comment.