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
Albert Cervera i Areny 63a380c442 Added doxgen documentation.
Added docs in the Hamming class.
Added a Translator class.
2008-09-01 00:13:37 +02:00

10 lines
178 B
Makefile

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