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.
This commit is contained in:
Stefan Schmidt 2013-11-28 14:27:50 +01:00
parent b1942dee88
commit 00141cae3b
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@ m4/ltversion.m4
EXTRA_DIST = README AUTHORS COPYING autogen.sh terminology.spec pkgbuild/PKGBUILD EXTRA_DIST = README AUTHORS COPYING autogen.sh terminology.spec pkgbuild/PKGBUILD
.PHONY: doc
doc:
@echo "Empty doc target until we have real documentation."