1 2 3 4 5 6 7
all: htmldoc pdfdoc htmldoc: doxygen Doxyfile pdfdoc: htmldoc cd latex; make refman.pdf && mv refman.pdf ../uip-refman.pdf