Files
player/Project/Src/rt-thread/components/net/uip/doc/Makefile

8 lines
127 B
Makefile
Raw Normal View History

2025-06-27 00:32:57 +08:00
all: htmldoc pdfdoc
htmldoc:
doxygen Doxyfile
pdfdoc: htmldoc
cd latex; make refman.pdf && mv refman.pdf ../uip-refman.pdf