diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 15:23:19 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 15:23:19 +0200 |
commit | c13c1a2052b7829bdea985c4a3934c8325a94561 (patch) | |
tree | b5737aab9a7f1012e4f797c3610c24cb71218eaf | |
parent | 406c66bb9c475de80e175c9631fb4b75d2366bb8 (diff) | |
download | xine-lib-c13c1a2052b7829bdea985c4a3934c8325a94561.tar.gz xine-lib-c13c1a2052b7829bdea985c4a3934c8325a94561.tar.bz2 |
Fix the fix, d'oh!
-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 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 \ |