Skip to content

Commit

Permalink
doxygen/Makefile: fix make latex and make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Dec 16, 2024
1 parent 234b81b commit e8feb43
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 e8feb43

Please sign in to comment.