Repository layout adjusted and manifest added
[platform/core/uifw/eail.git] / doc / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 if BUILD_DOC
4 clean:
5         rm -rf html/
6         rm -rf latex/
7
8 doc: all
9         doxygen Doxyfile
10
11 clean-local: clean
12
13 else
14 doc:
15         @echo "Documentation not built. Run ./configure --help"
16
17 endif
18
19 .PHONY: all doc clean