mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 07:33:31 +08:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
|
all: htmldoc pdfdoc
|
||
|
|
||
|
htmldoc:
|
||
|
doxygen Doxyfile
|
||
|
|
||
|
pdfdoc: htmldoc
|
||
|
cd latex; make refman.pdf && mv refman.pdf ../uip-refman.pdf
|