From c13c1a2052b7829bdea985c4a3934c8325a94561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 10 Jun 2007 15:23:19 +0200 Subject: Fix the fix, d'oh! --- doc/hackersguide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3