diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 20:10:24 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 20:10:24 +0200 |
commit | bd6f0e307ee992149d315094d28de42ea4220f6d (patch) | |
tree | ab9c45b7429c0ad7c407e699aeef8aed5a53b493 | |
parent | f516480d9432d3e8cd257f129829589f627e40e8 (diff) | |
download | xine-lib-bd6f0e307ee992149d315094d28de42ea4220f6d.tar.gz xine-lib-bd6f0e307ee992149d315094d28de42ea4220f6d.tar.bz2 |
Remove dist-hook.
-rw-r--r-- | doc/faq/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 643099888..34bd3a95a 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -9,13 +9,6 @@ DISTCLEANFILES = $(doc_DATA) $(html_DATA) docs: $(doc_DATA) $(html_DATA) -dist-hook: - @if test x"$(distcheck_lax)" = x ; then \ - $(MAKE) fail_if_missing=yes docs ; \ - else \ - $(MAKE) docs ; \ - fi - faq.html: faq.docbook xmlto html-nochunks $(srcdir)/faq.docbook |