From 85ab9da07bcb6b2336d03e311a55f2e0c90bbd46 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 27 Oct 2003 11:13:55 +0000 Subject: * removing README.dxr3_pl (it was the only translated file of the READMEs and was more than half a year old - translators already have enough to do) * simplifying Makefiles * small README reorg CVS patchset: 5613 CVS date: 2003/10/27 11:13:55 --- doc/faq/Makefile.am | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'doc/faq') diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 1e6fe0142..dadf02021 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -1,36 +1,15 @@ include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = README faq.sgml -docs_DOCS = faq.html faq.txt +docs_DATA = faq.html faq.txt -docdir = $(prefix)/share/doc/xine/faq +docsdir = $(prefix)/share/doc/xine/faq -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 - -docs: $(docs_DOCS) +docs: $(docs_DATA) dist-hook: @make fail_if_missing=yes docs - cp $(docs_DOCS) $(distdir) + cp $(docs_DATA) $(distdir) faq.html: faq.sgml @if test "$(SGMLTOOLS)" != "no"; then \ -- cgit v1.2.3