diff options
Diffstat (limited to 'doc/faq/Makefile.am')
-rw-r--r-- | doc/faq/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 3b4d2c15c..08ae350c2 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -1,9 +1,9 @@ include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = $(docs_DOCS) README faq.sgml -docdir = $(prefix)/share/doc/xine/faq docs_DOCS = faq.html faq.txt +docdir = $(prefix)/share/doc/xine/faq install-data-local: @documentations='$(docs_DOCS)'; \ @@ -25,3 +25,11 @@ uninstall-local: rm -f $$dir/$$name; \ echo "removing $$dir/$$name" ; \ done + +docs: $(docs_DOCS) + +faq.html: faq.sgml + sgmltools -b onehtml faq.sgml + +faq.txt: faq.sgml + sgmltools -b txt faq.sgml |