4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 07:33:31 +08:00

8 lines
127 B
Makefile
Raw Normal View History

all: htmldoc pdfdoc
htmldoc:
doxygen Doxyfile
pdfdoc: htmldoc
cd latex; make refman.pdf && mv refman.pdf ../uip-refman.pdf