summaryrefslogtreecommitdiff
path: root/doc/faq
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-27 11:13:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-27 11:13:55 +0000
commit85ab9da07bcb6b2336d03e311a55f2e0c90bbd46 (patch)
tree55ff6206dce4696964842786156f1382a1a8e36b /doc/faq
parentdc2c0374e09f2d79b50f24bd30c63508e947d966 (diff)
downloadxine-lib-85ab9da07bcb6b2336d03e311a55f2e0c90bbd46.tar.gz
xine-lib-85ab9da07bcb6b2336d03e311a55f2e0c90bbd46.tar.bz2
* 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
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq/Makefile.am29
1 files changed, 4 insertions, 25 deletions
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 \