From 72af5fb1d323a0447de0f1e1c81ecd5e24d776ba Mon Sep 17 00:00:00 2001 From: Philippe Chauvat Date: Wed, 3 Oct 2012 11:34:02 +0200 Subject: [PATCH] Makefile.in improvement --- docs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.in b/docs/Makefile.in index a0e94ac1..b9413e2e 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -48,7 +48,7 @@ all: templates external-references templates: @echo -n "Linking templates.." mkdir -p ~/texmf/tex/latex/bsys/ - if [ -h ~/texmf/tex/latex/bsys/bsysmanual ]; \ + if [ ! -e ~/texmf/tex/latex/bsys/bsysmanual ] || [ -h ~/texmf/tex/latex/bsys/bsysmanual ]; \ then\ ln -sf `pwd`/bsysmanual ~/texmf/tex/latex/bsys/;\ fi -- 2.39.5