Skip to content

Commit

Permalink
Merge pull request #21090 from miri64/doxygen/fix/make-latex-and-clean
Browse files Browse the repository at this point in the history
doxygen/Makefile: fix `make latex` and `make clean`
  • Loading branch information
miri64 authored Dec 16, 2024
2 parents 234b81b + e8feb43 commit 4044c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/doxygen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ src/coc.md: ../../CODE_OF_CONDUCT.md
awk 'NR == 1 {print $$0,"{#coc}"} NR > 1 {print $$0}' $< > $@

.PHONY:
latex: src/changelog.md
latex: src/changelog.md src/coc.md
( cat riot.doxyfile ; echo "GENERATE_LATEX= yes" ) | doxygen -

clean:
-@rm -rf latex man html doxygen_objdb_*.tmp doxygen_entrydb_*.tmp src/changelog.md
-@rm -rf latex man html doxygen_objdb_*.tmp doxygen_entrydb_*.tmp src/changelog.md src/coc.md

0 comments on commit 4044c85

Please sign in to comment.