SUBDIRS = man EXTRA_DIST = $(docs_DOCS) FAQ FAQ_es MRL.txt README.solaris dataflow.dia\ xine-lib-API.cfg README.xinerc README.dxr3 docdir = $(prefix)/share/doc/xine docs_DOCS = install-data-local: @documentations='$(docs_DOCS)'; \ for doc in $$documentations; do \ destdir=$(docdir); \ name=`echo $$doc` \ dir=$$destdir; \ $(mkinstalldirs) $$dir; \ $(INSTALL_DATA) $$doc $$dir/$$name; \ echo "installing $$doc as $$dir/$$name"; \ done uninstall-local: @documentations='$(docs_DOCS)'; \ for doc in $$documentations; do \ destdir=$(docdir); \ name=`echo $$doc` \ dir=$$destdir; \ rm -f $$dir/$$name; \ echo "removing $$dir/$$name" ; \ done docs: @if test x"$$DOXYGEN" != "xno"; then \ echo -n " + Creating docs: "; \ if test ! -d xine-lib-API; then mkdir xine-lib-API; fi; \ cp ../misc/xine_logo.png ./xine-lib-API; \ echo -e "\n
\n