summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 01a359838..46d2871a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,8 +72,12 @@ config.rpath
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = elementary.pc
-.PHONY: doc
+.PHONY: doc screenshots
doc:
@echo "entering doc/"
$(MAKE) -C doc doc
+
+screenshots: all
+ @echo "entering src/examples/"
+ $(MAKE) -C src/examples screenshots