summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 15:22:40 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 15:22:40 +0200
commit406c66bb9c475de80e175c9631fb4b75d2366bb8 (patch)
treec6e19d1d693e27f2c1c4c05a8d3012c9afa0bcd4
parent39da872ddaabbac9bae5449899daf373573e6d08 (diff)
downloadxine-lib-406c66bb9c475de80e175c9631fb4b75d2366bb8.tar.gz
xine-lib-406c66bb9c475de80e175c9631fb4b75d2366bb8.tar.bz2
Fix rule for hackersguide.html.
-rw-r--r--doc/hackersguide/Makefile.am2
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 \