[vlc-commits] doc: install libvlc samples in proper subdirectory

Pierre Ynard git at videolan.org
Wed Sep 12 22:58:29 CEST 2012


vlc/vlc-2.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Sep 12 01:04:19 2012 +0200| [c5c797b17db364111c934908d963d29a244236c9] | committer: Pierre Ynard

doc: install libvlc samples in proper subdirectory
(cherry picked from commit 9cd19ad5d3daad87b4ec25a0a1c3bfdec31ff043)

Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=c5c797b17db364111c934908d963d29a244236c9
---

 doc/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8f70953..63470a3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,8 +12,9 @@ LIBVLC_SAMPLES = \
 	libvlc/wx_player.cpp \
 	$(NULL)
 
+nobase_doc_DATA = $(LIBVLC_SAMPLES)
+
 doc_DATA = \
-	$(LIBVLC_SAMPLES) \
 	bugreport-howto.txt \
 	fortunes.txt \
 	intf-vcd.txt \



More information about the vlc-commits mailing list