From: Gustavo Sverzut Barbieri Date: Sun, 22 Jan 2012 18:07:04 +0000 (+0000) Subject: help buildbot and user know where the html files are. X-Git-Tag: submit/devel/efl/20131022.203902~6708 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cd6f27baa4d886c588f09a53d4c2971caef58b5;p=platform%2Fupstream%2Fefl.git help buildbot and user know where the html files are. SVN revision: 67454 --- diff --git a/legacy/eet/doc/Makefile.am b/legacy/eet/doc/Makefile.am index 145376f..1b22fbc 100644 --- a/legacy/eet/doc/Makefile.am +++ b/legacy/eet/doc/Makefile.am @@ -21,6 +21,7 @@ doc: doc-clean rm -rf $(PACKAGE_DOCNAME)/ mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) @echo "Documentation Package: $(top_builddir)/$(PACKAGE_DOCNAME).tar.bz2" + @echo "Documentation HTML: $(builddir)/html" clean-local: doc-clean diff --git a/legacy/eina/doc/Makefile.am b/legacy/eina/doc/Makefile.am index 7856c13..cfc5fcd 100644 --- a/legacy/eina/doc/Makefile.am +++ b/legacy/eina/doc/Makefile.am @@ -21,6 +21,7 @@ doc: all rm -rf $(PACKAGE_DOCNAME)/ mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) @echo "Documentation Package: $(top_builddir)/$(PACKAGE_DOCNAME).tar.bz2" + @echo "Documentation HTML: $(builddir)/html" clean-local: doc-clean