Files
2025-06-27 00:32:57 +08:00

8 lines
127 B
Makefile

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