smart-green-house/rtt-uart-nb/rt-thread/components/net/uip/doc/Makefile

8 lines
127 B
Makefile
Raw Permalink Normal View History

2023-10-28 18:00:47 +08:00
all: htmldoc pdfdoc
htmldoc:
doxygen Doxyfile
pdfdoc: htmldoc
cd latex; make refman.pdf && mv refman.pdf ../uip-refman.pdf