[libdvdcss-devel] build: install the documentation files (but not INSTALL)

Diego Elio Pettenò git at videolan.org
Thu Feb 14 21:13:49 CET 2013


libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Thu Feb 14 07:58:45 2013 -0800| [d3b3d398030dc1e57cebb7f9756c658b6f071eaf] | committer: Diego Elio Pettenò

build: install the documentation files (but not INSTALL)

The INSTALL file just needs to be distributed.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=d3b3d398030dc1e57cebb7f9756c658b6f071eaf
---

 Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f5b1014..fdf2dff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = libdvdcss.spec doc/header.html doc/footer.html doc/latex/
+EXTRA_DIST = libdvdcss.spec doc/header.html doc/footer.html doc/latex/ INSTALL
+
+dist_doc_DATA = AUTHORS COPYING NEWS README
 
 lib_LTLIBRARIES = libdvdcss.la
 EXTRA_PROGRAMS = csstest dvd_region



More information about the libdvdcss-devel mailing list