summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index af97e86b2..0f6e6fb5d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,15 +2,13 @@ include $(top_srcdir)/misc/Makefile.common
SUBDIRS = man hackersguide faq
-docs_DATA = README README.dvb README.dxr3 \
+doc_DATA = README README.dvb README.dxr3 \
README.freebsd README.irix README.network_dvd README.opengl \
README.solaris README.syncfb README_xxmc.html README.MINGWCROSS \
README.WIN32
EXTRA_DIST = $(docs_DATA)
-docsdir = $(prefix)/share/doc/xine
-
docs clean-docs:
@cd faq && $(MAKE) $@
@cd hackersguide && $(MAKE) $@