summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 15:23:19 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 15:23:19 +0200
commitc13c1a2052b7829bdea985c4a3934c8325a94561 (patch)
treeb5737aab9a7f1012e4f797c3610c24cb71218eaf
parent406c66bb9c475de80e175c9631fb4b75d2366bb8 (diff)
downloadxine-lib-c13c1a2052b7829bdea985c4a3934c8325a94561.tar.gz
xine-lib-c13c1a2052b7829bdea985c4a3934c8325a94561.tar.bz2
Fix the fix, d'oh!
-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 4b53d7af7..ec12c89f9 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 hackersguide.docbook
+ xmlto html-nochunks "$(srcdir)/hackersguide.docbook"
else
hackersguide.html: $(hackersguide_docbook)
if test x"$(fail_if_missing)" = x"yes"; then \