File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 133
133
exit 1
134
134
fi
135
135
136
- cd " $build_dir /src"
137
-
138
136
# create a Doxyfile.local and use it for creation of documentation locally
139
137
140
138
# start with the settings given by the distribution
@@ -149,8 +147,10 @@ then
149
147
cat " $top_dir /Doxyfile" >> Doxyfile.local
150
148
fi
151
149
152
- # ... except for the destination directory. Force this to the build folder.
150
+ # ... except for the source/destination directory. Force this to folders
151
+ # based on this build.
153
152
echo " OUTPUT_DIRECTORY = \" $build_dir \" " >> Doxyfile.local
153
+ echo " INPUT = \" $src_dir \" " >> Doxyfile.local
154
154
155
155
# make sure the logo is in the build directory
156
156
cp --force --symbolic-link " $top_dir /doc/Metamath.png" .
You can’t perform that action at this time.
0 commit comments