Imported Upstream version 1.7.1
[platform/upstream/emotion.git] / doc / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 .PHONY: doc
4
5 PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc
6
7 if EFL_BUILD_DOC
8
9 doc-clean:
10         rm -rf html/ latex/ man/ xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar*
11
12 doc: all doc-clean
13         $(efl_doxygen)
14         cp $(srcdir)/img/* html/
15         cp $(srcdir)/img/* latex/
16         rm -rf $(PACKAGE_DOCNAME).tar*
17         mkdir -p $(PACKAGE_DOCNAME)/doc
18         cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc
19         tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/
20         bzip2 -9 $(PACKAGE_DOCNAME).tar
21         rm -rf $(PACKAGE_DOCNAME)/
22         mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir)
23
24 clean-local: doc-clean
25
26 else
27
28 doc:
29         @echo "Documentation not built. Run ./configure --help"
30
31 endif
32
33 EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html examples.dox