summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index af97e86b2..1a757a4ca 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,14 +2,12 @@ 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
+EXTRA_DIST = $(doc_DATA)
docs clean-docs:
@cd faq && $(MAKE) $@