summaryrefslogtreecommitdiff
path: root/doc/faq
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-03 00:38:22 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-03 00:38:22 +0200
commit0ed2cd4f34189ec303dfac5a30de0abae0decba8 (patch)
tree7a8d08d25ca7c81daa9d6cd65fd4f633fd676b41 /doc/faq
parent6081bc9a06ee97333769f77a9e5c18a15afb29da (diff)
parent3dd7d925c2feb7868a49e7a1a0b953a5aab233f0 (diff)
downloadxine-lib-0ed2cd4f34189ec303dfac5a30de0abae0decba8.tar.gz
xine-lib-0ed2cd4f34189ec303dfac5a30de0abae0decba8.tar.bz2
Merge changes happened in 1.1 development.
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq/.hgignore (renamed from doc/faq/.cvsignore)0
-rw-r--r--doc/faq/Makefile.am11
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/faq/.cvsignore b/doc/faq/.hgignore
index 647d53c1d..647d53c1d 100644
--- a/doc/faq/.cvsignore
+++ b/doc/faq/.hgignore
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am
index 3dcbe44e5..6090fd272 100644
--- a/doc/faq/Makefile.am
+++ b/doc/faq/Makefile.am
@@ -1,12 +1,11 @@
include $(top_srcdir)/misc/Makefile.common
-docs_DATA = faq.html faq.txt
+doc_DATA = faq.txt
+html_DATA = faq.html
-EXTRA_DIST = README faq.sgml $(docs_DATA)
+EXTRA_DIST = README faq.sgml $(doc_DATA) $(html_DATA)
-docsdir = $(prefix)/share/doc/xine/faq
-
-docs: $(docs_DATA)
+docs: $(doc_DATA) $(html_DATA)
distclean-local: clean-docs
@@ -16,7 +15,7 @@ docs-prepare: $(srcdir)/faq.sgml
fi
clean-docs:
- rm -f $(docs_DATA)
+ rm -f $(doc_DATA) $(html_DATA)
test "x$(srcdir)" = x. || rm -f faq.sgml
dist-hook: