summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-10-04 18:27:09 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-10-04 18:35:22 +0200
commitd02b914777dc4fef1f1c8367a8195c38a22b8040 (patch)
tree8c2299929ae6d335d2235929730b5b46e323a768 /Makefile.am
parent178e7e6ac9419742d1bbe583fd252fc6536e5649 (diff)
downloadelementary-d02b914777dc4fef1f1c8367a8195c38a22b8040.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dc3def2cc..3ab56f4d1 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