summaryrefslogtreecommitdiff
path: root/Makefile.builds.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.builds.in')
-rw-r--r--Makefile.builds.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index dd2a394ae..baf9237b2 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -186,6 +186,7 @@ endif
# set up builds/bin and builds/lib
$(AM_V_at)test -e lib || ln -sfv ".$(libdir)" lib
$(AM_V_at)test -e bin || ln -sfv ".$(bindir)" bin
+ rm -f doc; ln -sf "$(CURRENT_BUILD)/doc" doc
rm -f examples; ln -sf "$(CURRENT_BUILD)/examples" examples
# The descent into "src" with target "check" is to build check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback