whitespaces--

SVN revision: 51730
This commit is contained in:
Vincent Torri 2010-08-29 18:19:36 +00:00
parent a8fe3f85ec
commit cfa7e00a53
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ if EFL_BUILD_DOC
doc-clean:
rm -rf html/ latex/ man/ xml/ $(PACKAGE_DOCNAME).tar*
doc: all
$(efl_doxygen)
cp img/* html/
@ -19,7 +19,7 @@ doc: all
bzip2 -9 $(PACKAGE_DOCNAME).tar
rm -rf $(PACKAGE_DOCNAME)/
mv $(PACKAGE_DOCNAME).tar.bz2 $(top_srcdir)
clean-local: doc-clean
else