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

Pierre Ynard git at videolan.org
Wed Sep 12 01:04:34 CEST 2012


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

doc: install libvlc samples in proper subdirectory

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

 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