Skip to content

Commit ea7ee62

Browse files
committed
Fix documentation build
1 parent 9cc7350 commit ea7ee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/documentation.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<property name="root.dir" value=".." />
1010
<include buildfile="${root.dir}/build-common/common.xml" />
1111

12-
<target name="init" depends="common.init common.nuget-restore">
12+
<target name="init" depends="common.init common.tools-restore">
1313
<property name="doc.out.dir" value="${build.dir}/doc" />
1414
<property name="doc.help2.out.dir" value="${doc.out.dir}/help2" />
1515
<property name="doc.chm.out.dir" value="${doc.out.dir}" />

0 commit comments

Comments
 (0)