stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d02b914777dc4fef1f1c8367a8195c38a22b8040
commit d02b914777dc4fef1f1c8367a8195c38a22b8040 Author: Stefan Schmidt <[email protected]> Date: Sun Oct 4 18:27:09 2015 +0200 doc: make sure we actually run the command to get the example screenshots These screenshots are used in the documentation but we never made sure that we have them actually. This resulted in our docs missing image links. Thanks to Jean Rene Dawin for reporting it at the Enlightenment Developer Day. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index dc3def2..3ab56f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,6 +118,7 @@ cmakeconfig/ElementaryConfigVersion.cmake doc: @echo "entering doc/" + $(MAKE) -C src/examples screenshots $(MAKE) -C doc doc screenshots: all --
