summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 040ff877b0d181e90552a630c10f493653c467fc (plain)
1
2
3
4
5
6
7
8
9
# -*- Makefile -*-

.PHONY: gendoc

gendoc:
	doxygen Doxyfile;

distclean-local:
	rm -f html/*;