diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-02-26 00:17:52 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-02-26 00:17:52 +0100 |
commit | 6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a (patch) | |
tree | 4cf434690609095ef2c1df7448174ef0fbfbcee2 | |
parent | a2f6c4214b7f7efecd0bfddcedfdf9a413d842f8 (diff) | |
download | xine-lib-6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a.tar.gz xine-lib-6ae0d0cf4e69a301db67ec2bcfec242f8a415b0a.tar.bz2 |
Install and distribute the base documentation files.
-rw-r--r-- | Makefile.am | 8 |
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) $@ |