diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 15:22:40 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 15:22:40 +0200 |
commit | 406c66bb9c475de80e175c9631fb4b75d2366bb8 (patch) | |
tree | c6e19d1d693e27f2c1c4c05a8d3012c9afa0bcd4 | |
parent | 39da872ddaabbac9bae5449899daf373573e6d08 (diff) | |
download | xine-lib-406c66bb9c475de80e175c9631fb4b75d2366bb8.tar.gz xine-lib-406c66bb9c475de80e175c9631fb4b75d2366bb8.tar.bz2 |
Fix rule for hackersguide.html.
-rw-r--r-- | doc/hackersguide/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 025f4a1ec..4b53d7af7 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -39,7 +39,7 @@ distclean-local: clean-docs if HAVE_XMLTO hackersguide.html: $(hackersguide_docbook) - xmlto html-nochunks $^ + xmlto html-nochunks hackersguide.docbook else hackersguide.html: $(hackersguide_docbook) if test x"$(fail_if_missing)" = x"yes"; then \ |