summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-26 00:17:52 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-26 00:17:52 +0100
commit6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a (patch)
tree4cf434690609095ef2c1df7448174ef0fbfbcee2
parenta2f6c4214b7f7efecd0bfddcedfdf9a413d842f8 (diff)
downloadxine-lib-6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a.tar.gz
xine-lib-6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a.tar.bz2
Install and distribute the base documentation files.
-rw-r--r--Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c86dcb68..211f0e8cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,25 +13,21 @@ DEBFILES = debian/README.Debian debian/changelog debian/control \
debian/shlibdeps.sh debian/libxine-dev.install debian/libxine1.install
EXTRA_DIST = config.rpath autogen.sh \
- ChangeLog \
configure \
config.guess \
config.sub \
- COPYING \
INSTALL \
install-sh \
libtool \
ltmain.sh \
missing \
- NEWS \
- README \
- TODO \
depcomp \
- CREDITS \
@DEPCOMP@
CONFIG_CLEAN_FILES = libtool
+dist_doc_DATA = COPYING NEWS README TODO CREDITS ChangeLog
+
docs:
@cd doc && $(MAKE) $@