stefan pushed a commit to branch master.

http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=2cfb036ef234d6a22c1e8b888f5425deb6778a67

commit 2cfb036ef234d6a22c1e8b888f5425deb6778a67
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed May 28 21:13:34 2014 +0200

    build: Add fake doc target
    
    Needed to have it run on the nightly jenkins builds.
---
 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 0355026..ec4045b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,3 +50,8 @@ src_vlc_vlc_SOURCES = src/vlc/emotion_generic_vlc.c
 src_vlc_vlc_CPPFLAGS = @VLC_CFLAGS@
 src_vlc_vlc_LDADD = @VLC_LIBS@
 endif
+
+.PHONY: doc
+
+doc:
+       @echo "Empty doc target until we have real documentation."

-- 


Reply via email to