summaryrefslogtreecommitdiff
path: root/third_party/uip-1.0/doc/Makefile
blob: d4954532e52048e966c5f76b16f0a7a41cf4a1d1 (plain)
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