summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-01-05 13:11:53 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-01-05 13:11:53 +0000
commita420a9a9208db5bffb08012e25250ed2ae8a8947 (patch)
treef849fa82cd1a21a1215c97655ac77e117875a986 /doc/Makefile.am
parentebf1669d062f8e104323f2c2a3527fcd31f61bd9 (diff)
downloadxine-lib-a420a9a9208db5bffb08012e25250ed2ae8a8947.tar.gz
xine-lib-a420a9a9208db5bffb08012e25250ed2ae8a8947.tar.bz2
fixing a copyright, bringing back the old READMEs to the xine-lib tarball, improve makefiles so hopefully documentation is installed in the right place, add text version of the faq
CVS patchset: 3783 CVS date: 2003/01/05 13:11:53
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 352d8ec87..6d4232123 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,10 +1,13 @@
SUBDIRS = man hackersguide faq
-EXTRA_DIST = $(docs_DOCS) README README.plugins MRLs dataflow.dia README.dvb dvb_channels
-
+EXTRA_DIST = $(docs_DOCS)
docdir = $(prefix)/share/doc/xine
-docs_DOCS =
+docs_DOCS = README README.plugins dataflow.dia README.dvb dvb_channels\
+ README.config_en README.dxr3 README.dxr3_pl README.freebsd \
+ README.irix README.mrl README.opengl README.solaris README.syncfb \
+ README.tvmode
+
install-data-local:
@documentations='$(docs_DOCS)'; \