diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9b89fb2..b62bb36 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -200,14 +200,21 @@ widget-tree-figures: doc | |||
200 | 200 | ||
201 | doc: all previews-build previews-data widget-preview | 201 | doc: all previews-build previews-data widget-preview |
202 | $(efl_doxygen) | 202 | $(efl_doxygen) |
203 | cp $(srcdir)/img/* html/ | 203 | @echo "$(efl_doxygen) done !" |
204 | @echo "copying $(srcdir)/img/*.png to html/" | ||
205 | cp $(srcdir)/img/*.png html/ | ||
206 | @echo "copying $(srcdir)/img/*.eps to latex/" | ||
204 | cp $(srcdir)/img/*.eps latex/ | 207 | cp $(srcdir)/img/*.eps latex/ |
208 | @echo "Removing older tarball $(PACKAGE_DOCNAME).tar*" | ||
205 | rm -rf $(PACKAGE_DOCNAME).tar* | 209 | rm -rf $(PACKAGE_DOCNAME).tar* |
210 | @echo "Generating new tarball" | ||
206 | $(MKDIR_P) $(PACKAGE_DOCNAME)/doc | 211 | $(MKDIR_P) $(PACKAGE_DOCNAME)/doc |
207 | cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc | 212 | cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc |
208 | tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/ | 213 | tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/ |
209 | bzip2 -9 $(PACKAGE_DOCNAME).tar | 214 | bzip2 -9 $(PACKAGE_DOCNAME).tar |
215 | @echo "Removing temporary directory" | ||
210 | rm -rf $(PACKAGE_DOCNAME)/ | 216 | rm -rf $(PACKAGE_DOCNAME)/ |
217 | @echo "Moving tarball $(PACKAGE_DOCNAME).tar.bz2 to $(top_builddir)" | ||
211 | mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) | 218 | mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir) |
212 | @echo "Documentation Package: doc/$(PACKAGE_DOCNAME).tar.bz2" | 219 | @echo "Documentation Package: doc/$(PACKAGE_DOCNAME).tar.bz2" |
213 | @echo "Documentation HTML: doc/html" | 220 | @echo "Documentation HTML: doc/html" |