summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/doc/doxygen/Makefile
blob: fd933ed2307b68cac9916dd4bec039aec6bfc07f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEVKIT=../..
DOXYGEN=doc/doxygen

.PHONY: all clean

all: clean
	cd $(DEVKIT) && doxygen $(DOXYGEN)/Doxyfile

all.%: Doxyfile.% clean
	cd $(DEVKIT) && doxygen $(DOXYGEN)/$<

Doxyfile.quiet: Doxyfile
	perl -lpe '/^WARN/ && s/YES/NO/' < $< > $@

clean:
	rm -rf html