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

.PHONY: all clean

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

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

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

clean:
	rm -rf html