1
0
Fork 0
mirror of https://github.com/NaN-tic/nanscan.git synced 2023-12-14 03:12:57 +01:00
nanscan/doc/Makefile

10 lines
178 B
Makefile
Raw Normal View History

doc: docbook doxygen
docbook:
cd src && docbook2html -o ../html nanscan.docbook && cp *.png ../html
doxygen:
cd doxygen && doxygen nanscan.doxyfile
.PHONY: doxygen docbook