diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-05-09 10:51:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-05-09 16:57:39 +0900 |
commit | 8a1b335bb1858939e0aab9458bc75b0143adfa94 (patch) | |
tree | a20b41736d1026fe7e3b4e620c28dc887fbfad9f /doc | |
parent | fec21e85ceb452b67478f4d69cc7e89069712dab (diff) | |
download | efl-8a1b335bb1858939e0aab9458bc75b0143adfa94.tar.gz |
Evas doc: Move filters examples to Lua
Part 1: auto-generated examples with previews
Diffstat (limited to 'doc')
-rw-r--r-- | doc/previews/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index fc57370846..3b09953ac1 100644 --- a/doc/previews/Makefile.am +++ b/doc/previews/Makefile.am @@ -48,7 +48,7 @@ previews-data: preview_text_filter echo " GEN filter_$${a}.png" ; \ FONT="Sans" ; \ SIZE=24 ; \ - FILTER=`cat ${top_srcdir}/src/examples/evas/filters/filter_$${a}.txt` ; \ + FILTER=`cat ${top_srcdir}/src/examples/evas/filters/filter_$${a}.lua` ; \ if [ -e ${top_srcdir}/doc/previews/filter_$${a}.sh ] ; then \ source ${top_srcdir}/doc/previews/filter_$${a}.sh ; \ fi ; \ |