SUBDIRS = man xine-lib-API hackersguide
EXTRA_DIST = $(docs_DOCS) README dataflow.dia xine-lib-API.cfg
docdir = $(prefix)/share/doc/xine
docs_DOCS =
docs:
@if test x"$$DOXYGEN" != "xno"; then \
echo -n " + Creating docs: "; \
if test ! -d xine-lib-API/html; \
then mkdir -p xine-lib-API/html; \
fi; \
cp ../misc/xine_logo.png ./xine-lib-API/html; \
echo -e "\n
\n\$$projectname\n
\n\n\n" > ./xine-lib-API/xine_header.html; \
$(DOXYGEN) xine-lib-API.cfg; \
echo "done.";\
fi
install-data-local:
@documentations='$(docs_DOCS)'; \
for doc in $$documentations; do \
destdir=$(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=$(DESTDIR)$(docdir); \
name=`echo $$doc` \
dir=$$destdir; \
rm -f $$dir/$$name; \
echo "removing $$dir/$$name" ; \
done
debug:
install-debug:
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in