[Elm] Don't let users disoriented at this stage anymore.

SVN revision: 70478
This commit is contained in:
Gustavo Lima Chaves 2012-04-25 19:34:21 +00:00
parent 04abf3d38e
commit 23ac588afe
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ widget-preview: widget-build
BIN=$${ENTRY[2]} ; \
X=$${ENTRY[3]} ; \
Y=$${ENTRY[4]} ; \
echo "generating widget preview image" $${SS} "for widget" $${DIR}; \
$(top_srcdir)/doc/shot.sh $(top_builddir)/doc/html/img/widget/$${DIR} $${SS} $(top_builddir)/doc/widgets/$${BIN} $${X} $${Y} ; \
mkdir -p $(top_builddir)/doc/latex/img/widget/$${DIR} ; \
convert $(top_builddir)/doc/html/img/widget/$${DIR}/$${SS} $(top_builddir)/doc/latex/img/widget/$${DIR}/$${SS/.png/.eps} ; \