summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-05-28 21:48:52 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-05-28 21:48:52 +0200
commit81224b46b4887c8fd60510fa2ddaaab385cfacbb (patch)
treef89dfd1c435f9dbef0677345917b1d0de6761c43
parentd42fdc443af6160edcb64c84f42540db9e2b6133 (diff)
downloadevas_generic_loaders-81224b46b4887c8fd60510fa2ddaaab385cfacbb.tar.gz
build: Add fake doc target
Needed to have it run on the nightly jenkins builds.
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d4ce0b7..9203d09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,3 +30,8 @@ autogen.sh \
m4/ac_attribute.m4 \
m4/ac_path_generic.m4 \
README
+
+.PHONY: doc
+
+doc:
+ @echo "Empty doc target until we have real documentation."