summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-22 17:06:43 +0000
committerEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-22 17:06:43 +0000
commit1e779fd7a6648a375c54f88da5692b65a5f7a5ee (patch)
tree91c4c13270fb9c823286fc5f50d2ed721112d2f8
parent831ae01da4eecd6305b6b68e56f8017aa008f8d2 (diff)
downloadxine-lib-1e779fd7a6648a375c54f88da5692b65a5f7a5ee.tar.gz
xine-lib-1e779fd7a6648a375c54f88da5692b65a5f7a5ee.tar.bz2
README.xinerc and README.dxr3 were not installed because
they are not contained in xine-ui. Fixed. CVS patchset: 465 CVS date: 2001/08/22 17:06:43
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3ae53dceb..904be5bbc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,10 +2,10 @@
SUBDIRS = man xine-lib-API
EXTRA_DIST = $(docs_DOCS) FAQ FAQ_es MRL.txt README.solaris dataflow.dia\
- xine-lib-API.cfg README.xinerc README.dxr3
+ xine-lib-API.cfg
docdir = $(prefix)/share/doc/xine
-docs_DOCS =
+docs_DOCS = README.xinerc README.dxr3
docs:
@if test x"$$DOXYGEN" != "xno"; then \