From 00141cae3bda09e8fd4f5559f890aef58b4b924b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 28 Nov 2013 14:27:50 +0100 Subject: [PATCH] build: Add fake doc target I was pondering making up a reason like we should have that for later documentation but to be totally honest this just to bring it in line with other efl projects and ease my maintenance on the jenkins side. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 595ee4d9..1c29427c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,3 +28,7 @@ m4/ltversion.m4 EXTRA_DIST = README AUTHORS COPYING autogen.sh terminology.spec pkgbuild/PKGBUILD +.PHONY: doc + +doc: + @echo "Empty doc target until we have real documentation."