summaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index e8be7a8c..6ddb2c67 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -54,7 +54,7 @@ sgml: templates
$$i.tmp; \
mv -f $$i.tmp $$i; \
done);
- ln -s ../sgml build/sgml
+ rm -f build/sgml && $(LN_S) ../sgml build/sgml
templates: scan
@echo '*** Building TMPL ***'