openblt/Target/Source/third_party/uip/doc/Makefile

8 lines
134 B
Makefile

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