From: Philippe Chauvat Date: Wed, 3 Oct 2012 09:34:02 +0000 (+0200) Subject: Makefile.in improvement X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=72af5fb1d323a0447de0f1e1c81ecd5e24d776ba;p=bacula%2Fdocs Makefile.in improvement --- 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