diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2014-02-20 20:06:47 +0900 |
---|---|---|
committer | Cedric BAIL <cedric.bail@samsung.com> | 2014-02-20 20:23:24 +0900 |
commit | 5ea8c8cc4dc74a14cc44ff14554187ade8e061f2 (patch) | |
tree | e92c013106f7cc5a96a82a7f73aadda64b8acef3 /doc | |
parent | 6f8599360223b7139647611e1f9a9bdbe2ffe41e (diff) | |
download | efl-5ea8c8cc4dc74a14cc44ff14554187ade8e061f2.tar.gz |
autotools: detect cross compilation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/previews/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index 4337167ede..fc57370846 100644 --- a/doc/previews/Makefile.am +++ b/doc/previews/Makefile.am @@ -39,7 +39,7 @@ DATADIR = ${abs_top_srcdir}/doc/previews/img HTMLDIR = ${abs_top_srcdir}/doc/html PREVIEWS = blend blur bump curve grow mask transform \ - example_1 +example_1 previews-data: preview_text_filter $(MKDIR_P) $(DATADIR) @@ -56,7 +56,10 @@ previews-data: preview_text_filter cp "$(DATADIR)/filter_$${a}.png" "$(HTMLDIR)/" ; \ done +if BUILD_EFL_NATIVE doc: Makefile previews-data +endif + endif |