diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 9 |
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)'; \ |