Skip to content

Commit f066fee

Browse files
committed
docs: manual: Fix srcdir!=buildir build.
1 parent aa745b5 commit f066fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doc_input = $(addprefix $(top_srcdir)/libxml++/,$(h_sources_public))
2121
# Sets dist_noinst_DATA, DISTCLEANFILES and MAINTAINERCLEANFILES
2222
include $(top_srcdir)/build/doc-reference.am
2323

24-
manual/libxml++.xml: manual/libxml++_without_code.xml manual/insert_example_code.pl
24+
manual/libxml++.xml: ${top_srcdir}/docs/manual/libxml++_without_code.xml ${top_srcdir}/docs/manual/insert_example_code.pl
2525
$(AM_V_at)$(MKDIR_P) manual
2626
$(AM_V_GEN)$(PERL) -- ${top_srcdir}/docs/manual/insert_example_code.pl ${top_srcdir}/examples $< >$@
2727

0 commit comments

Comments
 (0)